JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::RelativeRectangleLocalScope Class Referencefinal
Inheritance diagram for juce::RelativeRectangleLocalScope:
juce::Expression::Scope

Public Member Functions

 RelativeRectangleLocalScope (const RelativeRectangle &rect_)
 
Expression getSymbolValue (const String &symbol) const override
 Returns the value of a symbol.
 
- Public Member Functions inherited from juce::Expression::Scope
virtual String getScopeUID () const
 Returns some kind of globally unique ID that identifies this scope.
 
virtual double evaluateFunction (const String &functionName, const double *parameters, int numParameters) const
 Executes a named function.
 
virtual void visitRelativeScope (const String &scopeName, Visitor &visitor) const
 Creates a Scope object for a named scope, and then calls a visitor to do some kind of processing with this new scope.
 

Detailed Description

Definition at line 119 of file juce_RelativeRectangle.cpp.

Constructor & Destructor Documentation

◆ RelativeRectangleLocalScope()

juce::RelativeRectangleLocalScope::RelativeRectangleLocalScope ( const RelativeRectangle rect_)

Definition at line 122 of file juce_RelativeRectangle.cpp.

Member Function Documentation

◆ getSymbolValue()

Expression juce::RelativeRectangleLocalScope::getSymbolValue ( const String symbol) const
overridevirtual

Returns the value of a symbol.

If the symbol is unknown, this can throw an Expression::EvaluationError exception. The member value is set to the part of the symbol that followed the dot, if there is one, e.g. for "foo.bar", symbol = "foo" and member = "bar".

Exceptions
Expression::EvaluationError

Reimplemented from juce::Expression::Scope.

Definition at line 124 of file juce_RelativeRectangle.cpp.


The documentation for this class was generated from the following file: