Home
last modified time | relevance | path

Searched refs:FXConstantParamValue (Results 1 – 22 of 22) sorted by relevance

/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DFXConstantParamValue.cpp49 FXMAPFUNC(SEL_CHANGED, FXConstantParamValue::ID_SLIDER, FXConstantParamValue::onSliderChange),
51 …FXMAPFUNC(SEL_COMMAND, FXConstantParamValue::ID_VALUE_TEXTBOX, FXConstantParamValue::onValueTex…
53 …FXMAPFUNC(SEL_COMMAND, FXConstantParamValue::ID_SCALAR_SPINNER, FXConstantParamValue::onScalarSp…
54 …FXMAPFUNC(SEL_CHANGED, FXConstantParamValue::ID_SCALAR_SPINNER, FXConstantParamValue::onScalarSp…
56 …FXMAPFUNC(SEL_COMMAND, FXConstantParamValue::ID_INVERSE_BUTTON, FXConstantParamValue::onInverseB…
58 …FXMAPFUNC(SEL_LEFTBUTTONRELEASE, FXConstantParamValue::ID_MIDDLE_LABEL, FXConstantParamValue::onM…
130 FXConstantParamValue::~FXConstantParamValue()
135 FXint FXConstantParamValue::getDefaultWidth()
205 void FXConstantParamValue::updateNumbers()
294 void FXConstantParamValue::enable()
[all …]
H A DFXConstantParamValue.h35 class FXConstantParamValue : public FXVerticalFrame
37 FXDECLARE(FXConstantParamValue);
42FXConstantParamValue(AActionParamMapper *valueMapper,bool showInverseButton,FXComposite *p,int opt…
43 virtual ~FXConstantParamValue();
100 FXConstantParamValue() {} in FXConstantParamValue() function
H A DFXLFOParamValue.h32 class FXConstantParamValue; variable
77 FXConstantParamValue *amplitudeSlider;
78 FXConstantParamValue *frequencySlider;
79 FXConstantParamValue *phaseSlider;
H A DCPasteChannelsDialog.h39 class FXConstantParamValue; variable
98 FXConstantParamValue *repeatCountSlider;
99 FXConstantParamValue *repeatTimeSlider;
H A DCActionParamDialog.cpp143FXConstantParamValue *slider=new FXConstantParamValue(valueMapper,showInverseButton,(FXPacker *)pa… in addSlider()
152 FXConstantParamValue *CActionParamDialog::getSliderParam(const string name) in getSliderParam()
156 return (FXConstantParamValue *)parameters[index].second; in getSliderParam()
344 ((FXConstantParamValue *)parameters[index].second)->setValue(value); in setValue()
394 ((FXConstantParamValue *)parameters[index].second)->setTipText(tipText.c_str()); in setTipText()
446 ((FXConstantParamValue *)parameters[index].second)->show(); in showControl()
448 ((FXConstantParamValue *)parameters[index].second)->hide(); in showControl()
553 FXConstantParamValue *slider=(FXConstantParamValue *)parameters[t].second; in show()
729 ((FXConstantParamValue *)parameters[t].second)->readFromFile(title,presetsFile); in onPresetUseButton()
817 ((FXConstantParamValue *)parameters[t].second)->writeToFile(title,presetsFile); in onPresetSaveButton()
[all …]
H A DFXLFOParamValue.cpp56 amplitudeSlider(new FXConstantParamValue( in FXIMPLEMENT()
64 frequencySlider(new FXConstantParamValue( in FXIMPLEMENT()
72 phaseSlider(new FXConstantParamValue( in FXIMPLEMENT()
H A DRemasterActionDialogs.cpp449 FXConstantParamValue *t;
508 FXConstantParamValue *t; in new()
603 FXConstantParamValue *s; in matches_into()
685 FXConstantParamValue *s;
H A DCActionParamDialog.h67FXConstantParamValue *addSlider(void *parent,const string name,const string units,AActionParamMapp…
68 FXConstantParamValue *getSliderParam(const string name);
H A DMakefile.am67 FXConstantParamValue.cpp \
162 FXConstantParamValue.h \
H A DCPasteChannelsDialog.cpp73 repeatCountSlider=new FXConstantParamValue( in FXIMPLEMENT()
81 repeatTimeSlider=new FXConstantParamValue( in FXIMPLEMENT()
H A DFilterActionDialogs.cpp392 FXConstantParamValue *wetdryMix=addSlider(p2, in FXIMPLEMENT()
421 FXConstantParamValue *kernelLength=addSlider(p3, in FXIMPLEMENT()
H A DMakefile.in107 FXConstantParamValue.lo FXTextParamValue.lo \
374 FXConstantParamValue.cpp \
447 FXConstantParamValue.h \
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FXConstantParamValue.Plo@am__quote@
H A DTODO72 - use TEXTFIELD_INTEGER or TEXTFIELD_REAL for FXConstantParamValue
/dports/audio/rezound/rezound-0.13.1beta/po/
H A DPOTFILES.in32 src/frontend_fox/FXConstantParamValue.cpp
226 src/frontend_fox/FXConstantParamValue.h
H A Drezound.pot1069 #: src/frontend_fox/FXConstantParamValue.cpp:74
1073 #: src/frontend_fox/FXConstantParamValue.cpp:109
H A Dru.po1106 #: src/frontend_fox/FXConstantParamValue.cpp:74
1111 #: src/frontend_fox/FXConstantParamValue.cpp:109
H A Dfr.po1119 #: src/frontend_fox/FXConstantParamValue.cpp:74
1123 #: src/frontend_fox/FXConstantParamValue.cpp:109
H A Dfi.po1167 #: src/frontend_fox/FXConstantParamValue.cpp:74
1171 #: src/frontend_fox/FXConstantParamValue.cpp:109
H A Des.po1136 #: src/frontend_fox/FXConstantParamValue.cpp:74
1140 #: src/frontend_fox/FXConstantParamValue.cpp:109
H A Dde.po1151 #: src/frontend_fox/FXConstantParamValue.cpp:74
1155 #: src/frontend_fox/FXConstantParamValue.cpp:109
H A Dcs.po1151 #: src/frontend_fox/FXConstantParamValue.cpp:74
1155 #: src/frontend_fox/FXConstantParamValue.cpp:109
/dports/audio/rezound/rezound-0.13.1beta/
H A DChangeLog353 src/frontend_fox/FXConstantParamValue.h,