ofxOui - UI Components for OpenFrameworks

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"
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