Command.h File Reference
#include <QObject>
#include <QString>
#include <vector>
#include <functional>
#include "Debug.h"
Include dependency graph for Command.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Command
 
class  GenericCommand
 GenericCommand is a Command that can be constructed directly using lambdas, without having to create a subclass. More...
 
class  MacroCommand
 
class  BundleCommand
 BundleCommand is a MacroCommand whose name includes a note of how many commands it contains. More...