|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
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 |
| PowerTimingFunction | ( | uint32_t | length, |
| float | factor | ||
| ) |
|
inlineinherited |
Here is the caller graph for this function:
|
protectedvirtual |
Implements ITimingFunction.
|
inlinevirtualinherited |
|
protected |
|
protectedinherited |