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

Description

VuoInputEditorCurveRenderer interface.

Functions

static QIcon * renderMenuIcon (void(^render)(QPainter &p))
 Renders the specified render block onto a 15x16 point icon, respecting the device pixel ratio.
 
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* renderMenuIcon ( void(^)(QPainter &p)  render)
static

Renders the specified render block onto a 15x16 point icon, respecting the device pixel ratio.

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.