Home
last modified time | relevance | path

Searched refs:AddInstrumentCommand (Results 1 – 3 of 3) sorted by relevance

/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/command/instrument/
H A Dadd_instrument_command.cpp29 AddInstrumentCommand::AddInstrumentCommand(std::weak_ptr<InstrumentsManager> manager, int num, Inst… in AddInstrumentCommand() function in AddInstrumentCommand
36 AddInstrumentCommand::AddInstrumentCommand(std::weak_ptr<InstrumentsManager> manager, std::unique_p… in AddInstrumentCommand() function in AddInstrumentCommand
43 void AddInstrumentCommand::redo() in redo()
49 void AddInstrumentCommand::undo() in undo()
54 CommandId AddInstrumentCommand::getID() const in getID()
H A Dadd_instrument_command.hpp34 class AddInstrumentCommand : public AbstractCommand class
37AddInstrumentCommand(std::weak_ptr<InstrumentsManager> manager, int num, InstrumentType type, std:…
38AddInstrumentCommand(std::weak_ptr<InstrumentsManager> manager, std::unique_ptr<AbstractInstrument…
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/
H A Dbamboo_tracker.cpp137 comMan_.invoke(std::make_unique<AddInstrumentCommand>(instMan_, num, type, name)); in addInstrument()
170 comMan_.invoke(std::make_unique<AddInstrumentCommand>( in loadInstrument()
182 comMan_.invoke(std::make_unique<AddInstrumentCommand>( in importInstrument()