Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
ParamProvider< VAL > Class Template Reference

#include "steam/mobject/paramprovider.hpp"

Description

template<class VAL>
class steam::mobject::ParamProvider< VAL >

A facility to get the actual value of a plugin/effect parameter.

Definition at line 39 of file paramprovider.hpp.

Public Member Functions

virtual VAL getValue ()
 

Protected Attributes

Parameter< VAL > * param
 
Interpolator< VAL > * ipo
 

Member Function Documentation

◆ getValue()

template<class VAL >
VAL getValue ( )
virtual

Reimplemented in Auto< VAL >.

Definition at line 32 of file paramprovider.cpp.

Member Data Documentation

◆ param

template<class VAL >
Parameter<VAL>* param
protected

Definition at line 42 of file paramprovider.hpp.

◆ ipo

template<class VAL >
Interpolator<VAL>* ipo
protected

Definition at line 43 of file paramprovider.hpp.

+ Inheritance diagram for ParamProvider< VAL >:
+ Collaboration diagram for ParamProvider< VAL >:

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