openMSX
|
#include "Interpreter.hh"
#include "Command.hh"
#include "TclObject.hh"
#include "CommandException.hh"
#include "MSXCommandController.hh"
#include "MSXMotherBoard.hh"
#include "Setting.hh"
#include "InterpreterOutput.hh"
#include "MSXCPUInterface.hh"
#include "FileOperations.hh"
#include "narrow.hh"
#include "ranges.hh"
#include "stl.hh"
#include "unreachable.hh"
#include <bit>
#include <cstdint>
#include <iostream>
#include <span>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | openmsx |
This file implemented 3 utility functions: | |
uintptr_t id |
Definition at line 31 of file Interpreter.cc.
Referenced by openmsx::AutofireStateChange::AutofireStateChange(), openmsx::Shortcuts::checkShortcut(), openmsx::LastDeltaBlocks::createNew(), ExampleAsset::ExampleAsset(), openmsx::Shortcuts::getDefaultShortcut(), openmsx::AutofireStateChange::getId(), openmsx::InputArchiveBase2::getId(), openmsx::JoystickManager::getJoyDeadZoneSetting(), openmsx::Shortcuts::getShortcut(), openmsx::Shortcuts::getShortcutDescription(), openmsx::Shortcuts::getShortcutName(), openmsx::Shortcuts::getShortcutRepeat(), openmsx::VideoSourceSetting::getSource(), openmsx::HD::HD(), openmsx::IDECDROM::IDECDROM(), openmsx::PolymorphicInitializerRegistry< Archive >::init(), openmsx::PolymorphicLoaderRegistry< Archive >::load(), openmsx::MB89352::MB89352(), openmsx::IDSaver< TP >::operator()(), openmsx::IDLoader< TP >::operator()(), openmsx::MSXDeviceSwitch::registerDevice(), openmsx::Rom::Rom(), openmsx::SCSILS120::SCSILS120(), openmsx::WindowEvent::setMainWindowId(), openmsx::Shortcuts::setShortcut(), openmsx::MSXDeviceSwitch::unregisterDevice(), openmsx::WD33C93::WD33C93(), openmsx::HD::~HD(), openmsx::IDECDROM::~IDECDROM(), and openmsx::SCSILS120::~SCSILS120().
BaseSetting* setting |
Definition at line 32 of file Interpreter.cc.
Referenced by openmsx::ProxySetting::additionalInfo(), openmsx::Checkbox(), openmsx::Checkbox(), openmsx::ComboBox(), openmsx::ComboBox(), openmsx::ComboBox(), openmsx::ComboBox(), openmsx::ComboBox(), openmsx::UserSettings::deleteSetting(), openmsx::ProxySetting::getDefaultValue(), openmsx::ProxySetting::getDescription(), openmsx::ProxySetting::getOptionalValue(), openmsx::ProxySetting::getTypeString(), openmsx::ProxySetting::getValue(), openmsx::SettingsConfig::getValueForSetting(), openmsx::InputText(), openmsx::InputText(), openmsx::ProxySetting::needLoadSave(), openmsx::ProxySetting::needTransfer(), openmsx::GetSettingDescription::operator()(), openmsx::GlobalCommandController::registerProxySetting(), openmsx::SettingsManager::registerSetting(), openmsx::GlobalCommandController::registerSetting(), openmsx::MSXCommandController::registerSetting(), openmsx::SettingsConfig::removeValueForSetting(), openmsx::ProxySetting::setValue(), openmsx::ProxySetting::setValueDirect(), openmsx::SettingsConfig::setValueForSetting(), openmsx::ImGuiSettings::showMenu(), openmsx::SliderFloat(), openmsx::SliderFloat(), openmsx::SliderInt(), openmsx::SliderInt(), openmsx::ProxySetting::tabCompletion(), openmsx::GlobalCommandController::unregisterProxySetting(), openmsx::SettingsManager::unregisterSetting(), openmsx::GlobalCommandController::unregisterSetting(), openmsx::MSXCommandController::unregisterSetting(), openmsx::SettingObserver::update(), openmsx::ResampledSoundDevice::update(), openmsx::V9990SDLRasterizer::update(), and openmsx::VideoLayer::update().