Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp105 DropListValue* min_item = new DropListValue(); in VSTParameter()
111 DropListValue* max_item = new DropListValue(); in VSTParameter()
120 DropListValue* item = new DropListValue(); in VSTParameter()
182 DropListValue*
185 DropListValue* item = NULL; in ListItemAt()
187 item = (DropListValue*)fDropList.ItemAt(index); in ListItemAt()
201 DropListValue* item = (DropListValue*)fDropList.ItemAt(i); in Value()
224 DropListValue *item = (DropListValue*)fDropList.ItemAt(index); in SetValue()
H A DVSTHost.h93 struct DropListValue { struct
114 DropListValue* ListItemAt(int index); argument