Vuo 2.4.4
Loading...
Searching...
No Matches
Functions
VuoInputEditorCurveRenderer.cc File Reference

Description

VuoInputEditorCurveRenderer implementation.

Definition in file VuoInputEditorCurveRenderer.cc.

Go to the source code of this file.

Functions

QIcon * renderMenuIconWithCurve (VuoCurve curve, VuoCurveEasing easing, bool isDark)
 Renders an icon representing the specified curve.
 
QIcon * renderMenuIconWithWave (VuoWave wave, bool isDark)
 Renders an icon representing the specified wave.
 
QIcon * renderMenuIconWithWrapMode (VuoWrapMode wrapMode, bool isDark)
 Renders an icon representing the specified wrap mode.
 
QIcon * renderMenuIconWithLoopType (VuoLoopType loopType, bool isDark)
 Renders an icon representing the specified loop type.
 
QIcon * renderMenuIconWithSizingMode (VuoSizingMode sizingMode, bool isDark)
 Renders an icon representing the specified sizing mode.
 

Function Documentation

◆ renderMenuIconWithCurve()

QIcon * renderMenuIconWithCurve ( VuoCurve  curve,
VuoCurveEasing  easing,
bool  isDark 
)

Renders an icon representing the specified curve.

Definition at line 15 of file VuoInputEditorCurveRenderer.cc.

◆ renderMenuIconWithLoopType()

QIcon * renderMenuIconWithLoopType ( VuoLoopType  loopType,
bool  isDark 
)

Renders an icon representing the specified loop type.

Definition at line 77 of file VuoInputEditorCurveRenderer.cc.

◆ renderMenuIconWithSizingMode()

QIcon * renderMenuIconWithSizingMode ( VuoSizingMode  sizingMode,
bool  isDark 
)

Renders an icon representing the specified sizing mode.

Definition at line 107 of file VuoInputEditorCurveRenderer.cc.

◆ renderMenuIconWithWave()

QIcon * renderMenuIconWithWave ( VuoWave  wave,
bool  isDark 
)

Renders an icon representing the specified wave.

Definition at line 29 of file VuoInputEditorCurveRenderer.cc.

◆ renderMenuIconWithWrapMode()

QIcon * renderMenuIconWithWrapMode ( VuoWrapMode  wrapMode,
bool  isDark 
)

Renders an icon representing the specified wrap mode.

Definition at line 51 of file VuoInputEditorCurveRenderer.cc.