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