Vuo  2.1.2
VuoInputEditorCurveRenderer.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoInputEditorIcon.hh"
13 
14 extern "C"
15 {
16 #include "VuoCurve.h"
17 #include "VuoLoopType.h"
18 #include "VuoSizingMode.h"
19 #include "VuoWave.h"
20 #include "VuoWrapMode.h"
21 }
22 
23 QIcon *renderMenuIconWithCurve(VuoCurve curve, VuoCurveEasing easing = VuoCurveEasing_In, bool isDark = false);
24 QIcon *renderMenuIconWithWave(VuoWave wave, bool isDark = false);
25 QIcon *renderMenuIconWithWrapMode(VuoWrapMode wrapMode, bool isDark = false);
26 QIcon *renderMenuIconWithLoopType(VuoLoopType loopType, bool isDark = false);
27 QIcon *renderMenuIconWithSizingMode(VuoSizingMode sizingMode, bool isDark = false);