Package | Description |
---|---|
libsidplay.common | |
libsidplay.config | |
sidplay.ini | |
ui.entities.config |
Modifier and Type | Method and Description |
---|---|
static Engine |
Engine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Engine[] |
Engine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Engine |
IEmulationSection.getEngine()
Getter of the SID engine to be used.
|
Modifier and Type | Method and Description |
---|---|
default String |
IEmulationSection.getFilterName(int sidNum,
Engine engine,
Emulation emulation,
ChipModel chipModel)
Get the current filter name depending of the SID number, emulation type and
chip model.
|
void |
IEmulationSection.setEngine(Engine engine)
Setter of the SID engine to be used.
|
default void |
IEmulationSection.setFilterName(int sidNum,
Engine engine,
Emulation emulation,
ChipModel chipModel,
String filterName)
Set the current filter name depending of the SID number, emulation type and
chip model.
|
Modifier and Type | Field and Description |
---|---|
static Engine |
IniDefaults.DEFAULT_ENGINE |
Modifier and Type | Method and Description |
---|---|
Engine |
IniEmulationSection.getEngine() |
Modifier and Type | Method and Description |
---|---|
void |
IniEmulationSection.setEngine(Engine engine) |
Modifier and Type | Method and Description |
---|---|
Engine |
EmulationSection.getEngine()
Gets the value of the property engine.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<Engine> |
EmulationSection.engineProperty() |
Modifier and Type | Method and Description |
---|---|
void |
EmulationSection.setEngine(Engine engine)
Sets the value of the property engine.
|
Copyright © 2018 Ken Händel. All rights reserved.