Searched refs:FXTextParamValue (Results 1 – 8 of 8) sorted by relevance
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/ |
H A D | FXTextParamValue.cpp | 37 FXDEFMAP(FXTextParamValue) FXTextParamValueMap[]= 41 …FXMAPFUNC(SEL_COMMAND, FXTextParamValue::ID_VALUE_SPINNER, FXTextParamValue::onValueSpinnerChang… 42 …FXMAPFUNC(SEL_COMMAND, FXTextParamValue::ID_VALUE_TEXTBOX, FXTextParamValue::onValueTextBoxChang… 80 FXTextParamValue::FXTextParamValue(FXComposite *p,int opts,const char *_name,const string _initialV… in FXTextParamValue() function in FXTextParamValue 106 FXTextParamValue::~FXTextParamValue() in ~FXTextParamValue() 142 const double FXTextParamValue::getValue() in getValue() 155 const string FXTextParamValue::getText() in getText() 177 void FXTextParamValue::validateRange() in validateRange() 192 const string FXTextParamValue::getName() const in getName() 205 FXString FXTextParamValue::getTipText() const in getTipText() [all …]
|
H A D | FXTextParamValue.h | 31 class FXTextParamValue : public FXHorizontalFrame 33 FXDECLARE(FXTextParamValue); 35 …FXTextParamValue(FXComposite *p,int opts,const char *name,const double initialValue,const double m… 36 …FXTextParamValue(FXComposite *p,int opts,const char *name,const string initialValue); // make it b… 37 virtual ~FXTextParamValue(); 71 FXTextParamValue() : isNumeric(false) {} in FXTextParamValue() function
|
H A D | CActionParamDialog.cpp | 164 …FXTextParamValue *textEntry=new FXTextParamValue((FXPacker *)parent,0,name.c_str(),initialValue,mi… in addNumericTextEntry() 176 FXTextParamValue *textEntry=new FXTextParamValue((FXPacker *)parent,0,name.c_str(),initialValue); in addStringTextEntry() 184 FXTextParamValue *CActionParamDialog::getTextParam(const string name) in getTextParam() 189 return (FXTextParamValue *)parameters[t].second; in getTextParam() 348 ((FXTextParamValue *)parameters[index].second)->setValue(value); in setValue() 352 ((FXTextParamValue *)parameters[index].second)->setText(istring(value)); in setValue() 454 ((FXTextParamValue *)parameters[index].second)->show(); in showControl() 456 ((FXTextParamValue *)parameters[index].second)->hide(); in showControl() 566 FXTextParamValue *textEntry=(FXTextParamValue *)parameters[t].second; in show() 579 FXTextParamValue *textEntry=(FXTextParamValue *)parameters[t].second; in show() [all …]
|
H A D | FilterActionDialogs.cpp | 277 FXTextParamValue *baseFreq=addNumericTextEntry(p2, in FXIMPLEMENT() 288 FXTextParamValue *numberOfOctaves=addNumericTextEntry(p2, in FXIMPLEMENT() 322 FXTextParamValue *baseFrequency=getTextParam("Base Frequency"); in onFrequencyRangeChange() 323 FXTextParamValue *numberOfOctaves=getTextParam("Number of Octaves"); in onFrequencyRangeChange() 440 FXTextParamValue *baseFrequency=addNumericTextEntry(p2, in FXIMPLEMENT() 451 FXTextParamValue *numberOfOctaves=addNumericTextEntry(p2, in FXIMPLEMENT() 472 FXTextParamValue *baseFrequency=getTextParam("Base Frequency"); in onFrequencyRangeChange() 473 FXTextParamValue *numberOfOctaves=getTextParam("Number of Octaves"); in onFrequencyRangeChange()
|
H A D | CActionParamDialog.h | 69 …FXTextParamValue *addNumericTextEntry(void *parent,const string name,const string units,const doub… 70 …FXTextParamValue *addStringTextEntry(void *parent,const string name,const string initialValue,cons… 71 FXTextParamValue *getTextParam(const string name);
|
H A D | Makefile.am | 68 FXTextParamValue.cpp \ 164 FXTextParamValue.h \
|
H A D | Makefile.in | 107 FXConstantParamValue.lo FXTextParamValue.lo \ 375 FXTextParamValue.cpp \ 449 FXTextParamValue.h \ 611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FXTextParamValue.Plo@am__quote@
|
/dports/audio/rezound/rezound-0.13.1beta/po/ |
H A D | POTFILES.in | 36 src/frontend_fox/FXTextParamValue.cpp 229 src/frontend_fox/FXTextParamValue.h
|