JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Macros
juce_gui_extra.h File Reference
#include <juce_gui_basics/juce_gui_basics.h>
#include "documents/juce_FileBasedDocument.h"
#include "code_editor/juce_CodeDocument.h"
#include "code_editor/juce_CodeEditorComponent.h"
#include "code_editor/juce_CodeTokeniser.h"
#include "code_editor/juce_CPlusPlusCodeTokeniser.h"
#include "code_editor/juce_CPlusPlusCodeTokeniserFunctions.h"
#include "code_editor/juce_XMLCodeTokeniser.h"
#include "code_editor/juce_LuaCodeTokeniser.h"
#include "embedding/juce_ActiveXControlComponent.h"
#include "embedding/juce_AndroidViewComponent.h"
#include "embedding/juce_NSViewComponent.h"
#include "embedding/juce_UIViewComponent.h"
#include "embedding/juce_XEmbedComponent.h"
#include "embedding/juce_HWNDComponent.h"
#include "misc/juce_AppleRemote.h"
#include "misc/juce_BubbleMessageComponent.h"
#include "misc/juce_ColourSelector.h"
#include "misc/juce_KeyMappingEditorComponent.h"
#include "misc/juce_PreferencesPanel.h"
#include "misc/juce_PushNotifications.h"
#include "misc/juce_RecentlyOpenedFilesList.h"
#include "misc/juce_SplashScreen.h"
#include "misc/juce_SystemTrayIconComponent.h"
#include "misc/juce_WebBrowserComponent.h"
#include "misc/juce_LiveConstantEditor.h"
#include "misc/juce_AnimatedAppComponent.h"

Go to the source code of this file.

Macros

#define JUCE_GUI_EXTRA_H_INCLUDED
 
#define JUCE_WEB_BROWSER
 Config: JUCE_WEB_BROWSER This lets you disable the WebBrowserComponent class.
 
#define JUCE_USE_WIN_WEBVIEW2
 Config: JUCE_USE_WIN_WEBVIEW2 Enables the use of the Microsoft Edge (Chromium) WebView2 browser on Windows, currently in developer preview.
 

Macro Definition Documentation

◆ JUCE_GUI_EXTRA_H_INCLUDED

#define JUCE_GUI_EXTRA_H_INCLUDED

Definition at line 57 of file juce_gui_extra.h.

◆ JUCE_USE_WIN_WEBVIEW2

#define JUCE_USE_WIN_WEBVIEW2

Config: JUCE_USE_WIN_WEBVIEW2 Enables the use of the Microsoft Edge (Chromium) WebView2 browser on Windows, currently in developer preview.

If using the Projucer, the Microsoft.Web.WebView2 package will be added to the project solution if this flag is enabled. If you are building using CMake you will need to manually add the package via the Visual Studio package manager.

In addition to enabling this macro, you will need to use the WindowsWebView2WebBrowserComponent wrapper - see the documentation of that class for more details.

Definition at line 83 of file juce_gui_extra.h.

◆ JUCE_WEB_BROWSER

#define JUCE_WEB_BROWSER

Config: JUCE_WEB_BROWSER This lets you disable the WebBrowserComponent class.

If you're not using any embedded web-pages, turning this off may reduce your code size.

Definition at line 67 of file juce_gui_extra.h.