This class is useful when a list of paired value string+id is needed.
More...
Public Attributes | |
int | Index |
string | Label |
int | Position |
This class is useful when a list of paired value string+id is needed.
This is also the entry point to display a popup for selecting a value by user: midi, preset, bank, drum, generator, ...
int MidiPlayerTK.MPTKListItem.Index |
Index associated to the label (not to mix up with Position in list):
string MidiPlayerTK.MPTKListItem.Label |
Label associated to the index.
int MidiPlayerTK.MPTKListItem.Position |
Position in a list (not to mix up with Index which is a value associated to the Label)