YggdrasilWM
0.1.1
A tiny window manager coded in C++
|
#include <CommandBase.hpp>
Public Member Functions | |
CommandBase ()=default | |
virtual | ~CommandBase ()=default |
virtual void | execute (const std::string &args)=0 |
Each child class must implement this interface. More... | |
@Brief it's the Abstract Class for command Classes
|
default |
|
virtualdefault |
|
pure virtual |
Each child class must implement this interface.
args | arguments to the command |
Implemented in Spawn, Quit, Grow, and FocusGroup.
Referenced by Binding::execute().