Vuo  2.0.1
Functions
VuoInputEditorCurveRenderer.hh File Reference

Description

VuoInputEditorCurveRenderer interface.

Definition in file VuoInputEditorCurveRenderer.hh.

Go to the source code of this file.

Functions

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

Function Documentation

◆ renderMenuIconWithCurve()

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

Renders an icon representing the specified curve.

Definition at line 15 of file VuoInputEditorCurveRenderer.cc.

◆ renderMenuIconWithLoopType()

QIcon* renderMenuIconWithLoopType ( VuoLoopType  loopType,
bool  isDark = false 
)

Renders an icon representing the specified loop type.

Definition at line 77 of file VuoInputEditorCurveRenderer.cc.

◆ renderMenuIconWithSizingMode()

QIcon* renderMenuIconWithSizingMode ( VuoSizingMode  sizingMode,
bool  isDark = false 
)

Renders an icon representing the specified sizing mode.

Definition at line 107 of file VuoInputEditorCurveRenderer.cc.

◆ renderMenuIconWithWave()

QIcon* renderMenuIconWithWave ( VuoWave  wave,
bool  isDark = false 
)

Renders an icon representing the specified wave.

Definition at line 29 of file VuoInputEditorCurveRenderer.cc.

◆ renderMenuIconWithWrapMode()

QIcon* renderMenuIconWithWrapMode ( VuoWrapMode  wrapMode,
bool  isDark = false 
)

Renders an icon representing the specified wrap mode.

Definition at line 51 of file VuoInputEditorCurveRenderer.cc.