Vuo  1.0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoInputEditorCurveRenderer.hh File Reference

Description

VuoInputEditorCurveRenderer interface.

Functions

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

Function Documentation

static QIcon* renderMenuIconWithCurve ( VuoCurve  curve,
VuoCurveEasing  easing = VuoCurveEasing_In 
)
static

Renders an icon representing the specified curve.

static QIcon* renderMenuIconWithLoopType ( VuoLoopType  loopType)
static

Renders an icon representing the specified loop type.

static QIcon* renderMenuIconWithSizingMode ( VuoSizingMode  sizingMode)
static

Renders an icon representing the specified sizing mode.

static QIcon* renderMenuIconWithWave ( VuoWave  wave)
static

Renders an icon representing the specified wave.

static QIcon* renderMenuIconWithWrapMode ( VuoWrapMode  wrapMode)
static

Renders an icon representing the specified wrap mode.