VSTGUI  4.3
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
PowerTimingFunction Class Reference
+ Inheritance diagram for PowerTimingFunction:
+ Collaboration diagram for PowerTimingFunction:

Public Member Functions

 PowerTimingFunction (uint32_t length, float factor)
 
uint32_t getLength () const
 
bool isDone (uint32_t milliseconds)
 

Protected Member Functions

float getPosition (uint32_t milliseconds)
 

Protected Attributes

float factor
 
uint32_t length
 

Constructor & Destructor Documentation

PowerTimingFunction ( uint32_t  length,
float  factor 
)

Member Function Documentation

uint32_t getLength ( ) const
inlineinherited

+ Here is the caller graph for this function:

float getPosition ( uint32_t  milliseconds)
protectedvirtual

Implements ITimingFunction.

bool isDone ( uint32_t  milliseconds)
inlinevirtualinherited

Implements ITimingFunction.

+ Here is the caller graph for this function:

Member Data Documentation

float factor
protected
uint32_t length
protectedinherited

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