Searched refs:horzUnits (Results 1 – 4 of 4) sorted by relevance
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/ |
H A D | FXGraphParamValue.h | 59 …void setHorzParameters(const string horzAxisLabel,const string horzUnits,AActionParamMapper *horzV… 185 string horzUnits; variable
|
H A D | FXGraphParamValue.cpp | 341 horzUnits(""), in FXIMPLEMENT() 417 horzUnits="s"; in setSound() 425 void FXGraphParamValue::setHorzParameters(const string horzAxisLabel,const string horzUnits,AAction… in setHorzParameters() argument 428 this->horzUnits=horzUnits; in setHorzParameters() 1033 …isLabel+": "+getHorzValueString(deformNodeX(n.x,horzDeformSlider->getValue()))+horzUnits).c_str()); in updateStatus() 1039 horzValueLabel->setText((horzAxisLabel+": #"+horzUnits).c_str()); in clearStatus()
|
H A D | CActionParamDialog.h | 80 …(void *parent,const string name,const string horzAxisLabel,const string horzUnits,AActionParamMapp…
|
H A D | CActionParamDialog.cpp | 259 …(void *parent,const string name,const string horzAxisLabel,const string horzUnits,AActionParamMapp… in addGraph() argument 264 graph->setHorzParameters(horzAxisLabel,horzUnits,horzValueMapper); in addGraph()
|