openMSX
memory
RomInfoTopic.hh
Go to the documentation of this file.
1
#ifndef ROMINFOTOPIC_HH
2
#define ROMINFOTOPIC_HH
3
4
#include "
InfoTopic.hh
"
5
6
namespace
openmsx
{
7
8
class
RomInfoTopic
final :
public
InfoTopic
9
{
10
public
:
11
explicit
RomInfoTopic
(
InfoCommand
& openMSXInfoCommand);
12
13
void
execute
(std::span<const TclObject> tokens,
14
TclObject
& result)
const override
;
15
[[nodiscard]] std::string
help
(std::span<const TclObject> tokens)
const override
;
16
void
tabCompletion
(std::vector<std::string>& tokens)
const override
;
17
};
18
19
}
// namespace openmsx
20
21
#endif
InfoTopic.hh
openmsx::InfoCommand
Definition
InfoCommand.hh:12
openmsx::InfoTopic
Definition
InfoTopic.hh:16
openmsx::RomInfoTopic
Definition
RomInfoTopic.hh:9
openmsx::RomInfoTopic::tabCompletion
void tabCompletion(std::vector< std::string > &tokens) const override
Attempt tab completion for this topic.
Definition
RomInfoTopic.cc:40
openmsx::RomInfoTopic::execute
void execute(std::span< const TclObject > tokens, TclObject &result) const override
Show info on this topic.
Definition
RomInfoTopic.cc:13
openmsx::RomInfoTopic::help
std::string help(std::span< const TclObject > tokens) const override
Print help for this topic.
Definition
RomInfoTopic.cc:34
openmsx::TclObject
Definition
TclObject.hh:29
openmsx
This file implemented 3 utility functions:
Definition
Autofire.cc:11
Generated on Sat Dec 21 2024 14:13:52 for openMSX by
1.9.8