ofxOui - UI Components for OpenFrameworks
About
Getting Started
Documentation
Download
src
ofxOui.hpp
Go to the documentation of this file.
1
/*
2
* ofxOui.hpp
3
*
4
* Just a few UI elements
5
*
6
* This code has been authored by Jules Francoise <jfrancoi@sfu.ca>
7
* during his postdoc contract at Simon Fraser University (MovingStories
8
* project).
9
* See:
10
* http://julesfrancoise.com/
11
* http://movingstories.ca/
12
*
13
* Copyright (C) 2016 Jules Francoise.
14
*
15
* This Source Code Form is subject to the terms of the Mozilla Public
16
* License, v. 2.0. If a copy of the MPL was not distributed with this
17
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
18
*/
19
20
#ifndef ofxofxOuiButton_hpp
21
#define ofxofxOuiButton_hpp
22
23
#include "
components/ofxOuiBpf.hpp
"
24
#include "
components/ofxOuiButton.hpp
"
25
#include "
components/ofxOuiCheckBox.hpp
"
26
#include "
components/ofxOuiDraggableButton.hpp
"
27
#include "
components/ofxOuiDropDown.hpp
"
28
#include "
components/ofxOuiGroup.hpp
"
29
#include "
components/ofxOuiMatrix.hpp
"
30
#include "
components/ofxOuiMultiSlider.hpp
"
31
#include "
components/ofxOuiNumbox.hpp
"
32
#include "
components/ofxOuiShapeEditor.hpp
"
33
#include "
components/ofxOuiSlider.hpp
"
34
#include "
components/ofxOuiTextInput.hpp
"
35
#include "
components/ofxOuiWaveform.hpp
"
36
#include "
core/ofxOuiColormap.hpp
"
37
#include "
core/ofxOuiCommon.hpp
"
38
#include "
core/ofxOuiComponent.hpp
"
39
#include "
core/ofxOuiGraph.hpp
"
40
#include "
core/ofxOuiIcon.hpp
"
41
#include "
core/ofxOuiStyle.hpp
"
42
#include "
core/ofxOuiTextBox.hpp
"
43
44
#pragma mark -
45
#pragma mark About
46
69
#pragma mark -
70
#pragma mark Getting Started
71
79
#pragma mark -
80
#pragma mark Documentation
81
96
#endif
ofxOuiShapeEditor.hpp
ofxOuiTextInput.hpp
ofxOuiStyle.hpp
ofxOuiIcon.hpp
ofxOuiMultiSlider.hpp
ofxOuiCheckBox.hpp
ofxOuiMatrix.hpp
ofxOuiComponent.hpp
ofxOuiBpf.hpp
ofxOuiNumbox.hpp
ofxOuiCommon.hpp
ofxOuiDropDown.hpp
ofxOuiGraph.hpp
ofxOuiWaveform.hpp
ofxOuiSlider.hpp
ofxOuiTextBox.hpp
ofxOuiColormap.hpp
ofxOuiDraggableButton.hpp
ofxOuiGroup.hpp
ofxOuiButton.hpp