YggdrasilWM
0.1.1
A tiny window manager coded in C++
|
Quit implement the mecanism to quit the window manager. More...
#include <Quit.hpp>
Public Member Functions | |
Quit () | |
~Quit () override=default | |
void | execute (const std::string &args) override |
Each child class must implement this interface. More... | |
Quit implement the mecanism to quit the window manager.
|
default |
|
overridedefault |
|
overridevirtual |
Each child class must implement this interface.
args | arguments to the command |
Implements CommandBase.
References WindowManager::getInstance(), and WindowManager::Stop().