Home
last modified time | relevance | path

Searched refs:horzUnits (Results 1 – 4 of 4) sorted by relevance

/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DFXGraphParamValue.h59 …void setHorzParameters(const string horzAxisLabel,const string horzUnits,AActionParamMapper *horzV…
185 string horzUnits; variable
H A DFXGraphParamValue.cpp341 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 DCActionParamDialog.h80 …(void *parent,const string name,const string horzAxisLabel,const string horzUnits,AActionParamMapp…
H A DCActionParamDialog.cpp259 …(void *parent,const string name,const string horzAxisLabel,const string horzUnits,AActionParamMapp… in addGraph() argument
264 graph->setHorzParameters(horzAxisLabel,horzUnits,horzValueMapper); in addGraph()