YggdrasilWM  0.1.1
A tiny window manager coded in C++
Quit Class Reference

Quit implement the mecanism to quit the window manager. More...

#include <Quit.hpp>

Inheritance diagram for Quit:
Inheritance graph
Collaboration diagram for Quit:
Collaboration graph

Public Member Functions

 Quit ()
 
 ~Quit () override=default
 
void execute (const std::string &args) override
 Each child class must implement this interface. More...
 

Detailed Description

Quit implement the mecanism to quit the window manager.

Constructor & Destructor Documentation

◆ Quit()

Quit::Quit ( )
default

◆ ~Quit()

Quit::~Quit ( )
overridedefault

Member Function Documentation

◆ execute()

void Quit::execute ( const std::string &  args)
overridevirtual

Each child class must implement this interface.

Parameters
argsarguments to the command

Implements CommandBase.

30  {
31  (void)args;
33 }
static WindowManager * getInstance()
Get the WindowManager instance this is a singleton class this function returns the instance of the Wi...
Definition: WindowManager.cpp:244
void Stop()
Stop the window manager.
Definition: WindowManager.cpp:225

References WindowManager::getInstance(), and WindowManager::Stop().

Here is the call graph for this function:

The documentation for this class was generated from the following files: