KWin
|
#include <killprompt.h>
Public Member Functions | |
KillPrompt (Window *window) | |
Creates a kill helper process. | |
bool | isRunning () const |
Whether the kill helper process is currently running. | |
void | start (quint32 timestamp=0) |
Starts the kill helper process. | |
void | quit () |
Terminate the kill helper process. | |
Definition at line 16 of file killprompt.h.
|
explicit |
Creates a kill helper process.
window | The window to kill, must be an X11Window or XdgToplevelWindow. |
Definition at line 25 of file killprompt.cpp.
bool KWin::KillPrompt::isRunning | ( | ) | const |
Whether the kill helper process is currently running.
Definition at line 42 of file killprompt.cpp.
void KWin::KillPrompt::quit | ( | ) |
Terminate the kill helper process.
Definition at line 102 of file killprompt.cpp.
void KWin::KillPrompt::start | ( | quint32 | timestamp = 0 | ) |
Starts the kill helper process.
timestamp | The X activation timestamp. |
Definition at line 47 of file killprompt.cpp.