17 #include <QCoreApplication> 26 for (
size_t i = 0; i <
m_commands.size(); ++i) {
40 for (std::vector<Command *>::iterator i =
m_commands.begin();
60 for (
size_t i = 0; i <
m_commands.size(); ++i) {
68 for (
size_t i = 0; i <
m_commands.size(); ++i) {
std::vector< Command * > m_commands
QString getName() const override
virtual void setName(QString name)
virtual void deleteCommand(Command *command)
MacroCommand(QString name)
QString getName() const override
virtual void addCommand(Command *command)
virtual bool haveCommands() const
BundleCommand(QString name)
void unexecute() override