Home
last modified time | relevance | path

Searched refs:fDropList (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp42 fDropList.MakeEmpty(); in VSTParameter()
109 fDropList.AddItem(min_item); in VSTParameter()
115 fDropList.AddItem(max_item); in VSTParameter()
124 fDropList.AddItem(item); in VSTParameter()
179 return fDropList.CountItems(); in ListCount()
186 if (index >= 0 && index < fDropList.CountItems()) in ListItemAt()
187 item = (DropListValue*)fDropList.ItemAt(index); in ListItemAt()
200 for(int i = 0; i < fDropList.CountItems(); i++) { in Value()
201 DropListValue* item = (DropListValue*)fDropList.ItemAt(i); in Value()
223 if (index >= 0 && index < fDropList.CountItems()) { in SetValue()
[all …]
H A DVSTHost.h126 BList fDropList; variable