Home
last modified time | relevance | path

Searched refs:outValue (Results 1 – 5 of 5) sorted by relevance

/haiku/src/kits/interface/
H A DOptionPopUp.cpp100 BOptionPopUp::GetOptionAt(int32 index, const char** outName, int32* outValue) in GetOptionAt() argument
110 if (outValue != NULL && item->Message() != NULL) in GetOptionAt()
111 item->Message()->FindInt32("be:value", outValue); in GetOptionAt()
324 BOptionPopUp::SelectedOption(const char** outName, int32* outValue) const in SelectedOption()
336 if (outValue != NULL) in SelectedOption()
337 marked->Message()->FindInt32("be:value", outValue); in SelectedOption()
/haiku/headers/os/interface/
H A DOptionControl.h39 int32* outValue = NULL) const = 0;
/haiku/docs/user/interface/
H A DOptionControl.dox157 …\fn virtual int32 BOptionControl::SelectedOption(const char **name=NULL, int32 *outValue=NULL) con…
161 \param outValue Undocumented
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.h409 void* outValue,
H A DAudioFilterNode.cpp1163 void* outValue, in GetParameterValue() argument
1170 outValue, in GetParameterValue()