This is the complete list of members for ParameterAutomation, including all inherited members.
| addKeyframe(double pts, double value) | ParameterAutomation | |
| addRealKeyframe(double pts, double value)=0 | ParameterAutomation | pure virtual |
| controllable | ParameterAutomation | protected |
| deleteKeyframe(int index) | ParameterAutomation | |
| finishAutomationGesture() | ParameterAutomation | |
| gestureInProgress | ParameterAutomation | protected |
| getAllValueStrings() const =0 | ParameterAutomation | pure virtual |
| getControllable() | ParameterAutomation | |
| getKeyframes() const | ParameterAutomation | |
| getName() const =0 | ParameterAutomation | pure virtual |
| getNextKeyframeTime(double time) const | ParameterAutomation | |
| getNumSteps() const =0 | ParameterAutomation | pure virtual |
| getParameterIndex() const =0 | ParameterAutomation | pure virtual |
| getParameterProperties()=0 | ParameterAutomation | pure virtual |
| getPreviousKeyframeTime(double time) const | ParameterAutomation | |
| getRealValueForTime(double pts) const =0 | ParameterAutomation | pure virtual |
| getText(float normalisedValue, int numDigits=2) const =0 | ParameterAutomation | pure virtual |
| getValue() const | ParameterAutomation | |
| getValueForText(const juce::String &text) const =0 | ParameterAutomation | pure virtual |
| getValueForTime(double pts) const | ParameterAutomation | |
| isAudioParameter() | ParameterAutomation | virtual |
| isVideoParameter() | ParameterAutomation | virtual |
| ParameterAutomation(ControllableBase &, double defaultValue, const juce::ValueTree &state, juce::UndoManager *) | ParameterAutomation | |
| setKeyframe(int index, double pts, double value) | ParameterAutomation | |
| setKeyframes(std::map< double, double > keys) | ParameterAutomation | |
| setKeyframesWithRealValues(std::map< double, double > keys)=0 | ParameterAutomation | pure virtual |
| setRealValue(double value)=0 | ParameterAutomation | pure virtual |
| setRealValue(double pts, double value)=0 | ParameterAutomation | pure virtual |
| setValue(double value) | ParameterAutomation | |
| setValue(double pts, double value) | ParameterAutomation | |
| startAutomationGesture() | ParameterAutomation | |
| updateProcessor(double pts)=0 | ParameterAutomation | pure virtual |