Go to the documentation of this file.
34 #ifndef TTA_COMMAND_REGISTRY_HH
35 #define TTA_COMMAND_REGISTRY_HH
59 int commandId(
const std::string name)
const;
60 std::string
commandIcon(
const std::string name)
const;
61 bool isEnabled(
const std::string command);
std::string commandName(int id) const
bool isEnabled(const std::string command)
std::string commandShortName(const std::string name) const
GUICommand * createCommand(const int id)
std::string commandIcon(const std::string name) const
std::vector< GUICommand * > commands_
Commands in the registry.
std::vector< GUICommand * >::iterator iterator_
The position of the iteration. Used by the firstCommand() and nextCommand().
GUICommand * nextCommand()
int commandId(const std::string name) const
GUICommand * firstCommand()
void addCommand(GUICommand *command)