17 [[nodiscard]] std::string_view
getType()
const override;
19 [[nodiscard]]
bool isVisible()
const override;
31 [](
auto* p) -> std::string_view {
return p->getName(); });
40 std::vector<std::string> errors;
42 struct NameFromWidget {
43 [[nodiscard]] std::string_view operator()(
const OSDWidget* w)
const {
Represents the output window/screen of openMSX.
A frame buffer where pixels can be written to.
This file implemented 3 utility functions:
constexpr auto transform(Range &&range, UnaryOp op)