OpenShot Audio Library | OpenShotAudio 0.3.2
|
This is the complete list of members for juce::Expression, including all inherited members.
adjustedToGiveNewResult(double targetValue, const Scope &scope) const | juce::Expression | |
constantType enum value (defined in juce::Expression) | juce::Expression | |
evaluate() const | juce::Expression | |
evaluate(const Scope &scope) const | juce::Expression | |
evaluate(const Scope &scope, String &evaluationError) const | juce::Expression | |
Expression() | juce::Expression | |
Expression(const Expression &) | juce::Expression | |
Expression(Expression &&) noexcept | juce::Expression | |
Expression(double constant) | juce::Expression | explicit |
Expression(const String &stringToParse, String &parseError) | juce::Expression | |
findReferencedSymbols(Array< Symbol > &results, const Scope &scope) const | juce::Expression | |
function(const String &functionName, const Array< Expression > ¶meters) | juce::Expression | static |
functionType enum value (defined in juce::Expression) | juce::Expression | |
getInput(int index) const | juce::Expression | |
getNumInputs() const | juce::Expression | |
getSymbolOrFunction() const | juce::Expression | |
getType() const noexcept | juce::Expression | |
operator*(const Expression &) const | juce::Expression | |
operator+(const Expression &) const | juce::Expression | |
operator-(const Expression &) const | juce::Expression | |
operator-() const | juce::Expression | |
operator/(const Expression &) const | juce::Expression | |
operator=(const Expression &) | juce::Expression | |
operator=(Expression &&) noexcept | juce::Expression | |
operatorType enum value (defined in juce::Expression) | juce::Expression | |
parse(String::CharPointerType &stringToParse, String &parseError) | juce::Expression | static |
referencesSymbol(const Symbol &symbol, const Scope &scope) const | juce::Expression | |
symbol(const String &symbol) | juce::Expression | static |
symbolType enum value (defined in juce::Expression) | juce::Expression | |
toString() const | juce::Expression | |
Type enum name | juce::Expression | |
usesAnySymbols() const | juce::Expression | |
withRenamedSymbol(const Symbol &oldSymbol, const String &newName, const Scope &scope) const | juce::Expression | |
~Expression() | juce::Expression |