openshot-audio  0.1.7
juce_graphics.h
Go to the documentation of this file.
1 /*
2  ==============================================================================
3 
4  This file is part of the JUCE library.
5  Copyright (c) 2015 - ROLI Ltd.
6 
7  Permission is granted to use this software under the terms of either:
8  a) the GPL v2 (or any later version)
9  b) the Affero GPL v3
10 
11  Details of these licenses can be found at: www.gnu.org/licenses
12 
13  JUCE is distributed in the hope that it will be useful, but WITHOUT ANY
14  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15  A PARTICULAR PURPOSE. See the GNU General Public License for more details.
16 
17  ------------------------------------------------------------------------------
18 
19  To release a closed-source product which uses JUCE, commercial licenses are
20  available: visit www.juce.com for more information.
21 
22  ==============================================================================
23 */
24 
25 #ifndef JUCE_GRAPHICS_H_INCLUDED // %%
26 #define JUCE_GRAPHICS_H_INCLUDED
27 
28 #include "../juce_core/juce_core.h"
29 #include "../juce_events/juce_events.h"
30 
31 //=============================================================================
38 #ifndef JUCE_USE_COREIMAGE_LOADER
39  #define JUCE_USE_COREIMAGE_LOADER 1
40 #endif
41 
47 #ifndef JUCE_USE_DIRECTWRITE
48  #define JUCE_USE_DIRECTWRITE 1
49 #endif
50 
51 #ifndef JUCE_INCLUDE_PNGLIB_CODE
52  #define JUCE_INCLUDE_PNGLIB_CODE 1
53 #endif
54 
55 #ifndef JUCE_INCLUDE_JPEGLIB_CODE
56  #define JUCE_INCLUDE_JPEGLIB_CODE 1
57 #endif
58 
59 #ifndef USE_COREGRAPHICS_RENDERING
60  #define USE_COREGRAPHICS_RENDERING 1
61 #endif
62 
63 //=============================================================================
64 namespace juce
65 {
66 
67 class Image;
69 class Path;
70 class Font;
71 class Graphics;
72 class FillType;
74 
76 #include "geometry/juce_Point.h"
77 #include "geometry/juce_Line.h"
85 #include "colour/juce_Colours.h"
111 }
113 #endif // JUCE_GRAPHICS_H_INCLUDED
Definition: juce_audio_basics.cpp:75
Definition: juce_graphics.h:41
Definition: juce_graphics.h:63
Definition: juce_graphics.h:44
Definition: juce_graphics.h:55
Definition: juce_graphics.h:40
Definition: juce_graphics.h:43
Definition: juce_graphics.h:39