1#ifndef NOWINDCOMMAND_HH
2#define NOWINDCOMMAND_HH
21 [[nodiscard]] std::string
help(std::span<const TclObject> tokens)
const override;
22 void tabCompletion(std::vector<std::string>& tokens)
const override;
25 const std::string& basename,
unsigned n,
29 void processHdimage(
const std::string& hdImage,
void execute(std::span< const TclObject > tokens, TclObject &result) override
Execute this command.
std::string help(std::span< const TclObject > tokens) const override
Print help for this command.
void tabCompletion(std::vector< std::string > &tokens) const override
Attempt tab completion for this command.
std::unique_ptr< DiskChanger > createDiskChanger(const std::string &basename, unsigned n, MSXMotherBoard &motherBoard) const
std::vector< std::unique_ptr< DiskContainer > > Drives
This file implemented 3 utility functions: