Package | Description |
---|---|
libsidplay.sidtune | |
ui.entities.collection |
Modifier and Type | Field and Description |
---|---|
protected SidTune.Model[] |
SidTuneInfo.sidModel
SID Model for each SID.
|
Modifier and Type | Method and Description |
---|---|
SidTune.Model |
SidTuneInfo.getSIDModel(int sidNum) |
static SidTune.Model |
SidTune.Model.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SidTune.Model[] |
SidTune.Model.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<HVSCEntry,SidTune.Model> |
HVSCEntry_.sidModel1 |
static javax.persistence.metamodel.SingularAttribute<HVSCEntry,SidTune.Model> |
HVSCEntry_.sidModel2 |
static javax.persistence.metamodel.SingularAttribute<HVSCEntry,SidTune.Model> |
HVSCEntry_.sidModel3 |
Modifier and Type | Method and Description |
---|---|
SidTune.Model |
HVSCEntry.getSidModel1() |
SidTune.Model |
HVSCEntry.getSidModel2() |
SidTune.Model |
HVSCEntry.getSidModel3() |
Modifier and Type | Method and Description |
---|---|
void |
HVSCEntry.setSidModel1(SidTune.Model sidModel1) |
void |
HVSCEntry.setSidModel2(SidTune.Model sidModel2) |
void |
HVSCEntry.setSidModel3(SidTune.Model sidModel3) |
Copyright © 2018 Ken Händel. All rights reserved.