KWin
|
#include <appmenu.h>
Classes | |
struct | InterfaceAddress |
Signals | |
void | addressChanged (KWin::AppMenuInterface::InterfaceAddress) |
Public Member Functions | |
~AppMenuInterface () override | |
InterfaceAddress | address () const |
SurfaceInterface * | surface () const |
Friends | |
class | AppMenuManagerInterfacePrivate |
Provides the DBus service name and object path to a AppMenu DBus interface. This interface is attached to a wl_surface and provides access to where the AppMenu DBus interface is registered.
|
override |
Definition at line 127 of file appmenu.cpp.
AppMenuInterface::InterfaceAddress KWin::AppMenuInterface::address | ( | ) | const |
Definition at line 131 of file appmenu.cpp.
|
signal |
Emitted when the address changes or is first received
SurfaceInterface * KWin::AppMenuInterface::surface | ( | ) | const |
Definition at line 136 of file appmenu.cpp.
|
friend |