Command.h File Reference

#include <vector>
#include "Vaca/base.h"
#include "Vaca/NonCopyable.h"
#include "Vaca/Signal.h"

Namespaces

namespace  Vaca

Classes

class  Vaca::Command
 A command, action or function of the application. More...
class  Vaca::SignalCommand
 Specialization of Command class to handle the Command::execute and Command::isEnabled as signals. More...
class  Vaca::CommandsClient
 An object that contains commands (Application). More...