WE Core
Loading...
Searching...
No Matches
LookAndFeelMixins.h
Go to the documentation of this file.
1/*
2 * File: LookAndFeelMixinsV2.h
3 *
4 * Version: 1.0.0
5 *
6 * Created: 19/03/2019
7 *
8 * This file is part of WECore.
9 *
10 * WECore is free software: you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation, either version 3 of the License, or
13 * (at your option) any later version.
14 *
15 * WECore is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with WECore. If not, see <http://www.gnu.org/licenses/>.
22 *
23 */
24
25#pragma once
26
27#include "ButtonV2.h"
28#include "ComboBoxV2.h"
29#include "GroupComponentV2.h"
30#include "LinearSliderV2.h"
32#include "PopupMenuV2.h"
33#include "RotarySliderV2.h"
35
99 typedef ButtonV2<
100 ComboBoxV2<
101 GroupComponentV2<
102 LinearSliderV2<
103 PopupMenuV2<
104 RotarySliderV2<
107}
ButtonV2< ComboBoxV2< GroupComponentV2< LinearSliderV2< PopupMenuV2< RotarySliderV2< WECore::JUCEPlugin::CoreLookAndFeel > > > > > > WEV2LookAndFeel