Lines Matching refs:listBoxInstruments

1108listBoxInstruments = new PPListBox(LISTBOX_INSTRUMENTS, screen, this, PPPoint(x+2, y + 7 + dy + dy…  in initListboxesSection()
1109 listBoxInstruments->setBorderColor(TrackerConfig::colorThemeMain); in initListboxesSection()
1110 listBoxInstruments->setShowIndex(true); in initListboxesSection()
1111 listBoxInstruments->setMaxEditSize(ModuleEditor::MAX_INSTEXT); in initListboxesSection()
1114 fillInstrumentListBox(listBoxInstruments); in initListboxesSection()
1116 container->addControl(listBoxInstruments); in initListboxesSection()
1666 sprintf(buffer, "Remap ins. %x to %x", listBoxInstruments->getSelectedIndex()+1, 1); in initAdvEdit()
1672 pp_int32 srcSelection = listBoxInstruments->getSelectedIndex(); in initAdvEdit()
1697 …PPListBox* listBoxInstruments = new PPListBox(INSTRUMENT_CHOOSER_LIST_SRC, screen, this, PPPoint(x… in initAdvEdit() local
1698 listBoxInstruments->setShowIndex(true); in initAdvEdit()
1700 fillInstrumentListBox(listBoxInstruments); in initAdvEdit()
1703 listBoxInstruments->setSelectedIndex(srcSelection, false); in initAdvEdit()
1705 container->addControl(listBoxInstruments); in initAdvEdit()
1712listBoxInstruments = new PPListBox(INSTRUMENT_CHOOSER_LIST_DST, screen, this, PPPoint(x+3+(width-1… in initAdvEdit()
1713 listBoxInstruments->setShowIndex(true); in initAdvEdit()
1715 fillInstrumentListBox(listBoxInstruments); in initAdvEdit()
1717 container->addControl(listBoxInstruments); in initAdvEdit()
1719 y2+=listBoxInstruments->getSize().height+12 + 6 + 30; in initAdvEdit()