LMMS
Loading...
Searching...
No Matches
juce_Process.h
Go to the documentation of this file.
1/*
2 ==============================================================================
3
4 This file is part of the JUCE library.
5 Copyright (c) 2022 - Raw Material Software Limited
6
7 JUCE is an open source library subject to commercial or open-source
8 licensing.
9
10 The code included in this file is provided under the terms of the ISC license
11 http://www.isc.org/downloads/software-support-policy/isc-license. Permission
12 To use, copy, modify, and/or distribute this software for any purpose with or
13 without fee is hereby granted provided that the above copyright notice and
14 this permission notice appear in all copies.
15
16 JUCE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
17 EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE
18 DISCLAIMED.
19
20 ==============================================================================
21*/
22
23namespace juce
24{
25
26//==============================================================================
37{
38public:
39 //==============================================================================
47
53 static void JUCE_CALLTYPE setPriority (const ProcessPriority priority);
54
63 static void JUCE_CALLTYPE terminate();
64
65 //==============================================================================
69 static bool JUCE_CALLTYPE isForegroundProcess();
70
74 static void JUCE_CALLTYPE makeForegroundProcess();
75
77 static void JUCE_CALLTYPE hide();
78
79 //==============================================================================
85 static void JUCE_CALLTYPE raisePrivilege();
86
92 static void JUCE_CALLTYPE lowerPrivilege();
93
94 //==============================================================================
96 static bool JUCE_CALLTYPE isRunningUnderDebugger() noexcept;
97
98
99 //==============================================================================
101 static bool JUCE_CALLTYPE openDocument (const String& documentURL, const String& parameters);
102
104 static bool JUCE_CALLTYPE openEmailWithAttachments (const String& targetEmailAddress,
105 const String& emailSubject,
106 const String& bodyText,
107 const StringArray& filesToAttach);
108
109 //==============================================================================
110 #if JUCE_WINDOWS || DOXYGEN
125
133 static void JUCE_CALLTYPE setCurrentModuleInstanceHandle (void* newHandle) noexcept;
134 #endif
135
136 //==============================================================================
137 #if (JUCE_MAC && JUCE_MODULE_AVAILABLE_juce_gui_basics) || DOXYGEN
139 static void setDockIconVisible (bool isVisible);
140 #endif
141
142 //==============================================================================
143 #if JUCE_MAC || JUCE_LINUX || JUCE_BSD || DOXYGEN
148 static bool setMaxNumberOfFileHandles (int maxNumberOfFiles) noexcept;
149 #endif
150
151private:
154};
155
156} // namespace juce
#define noexcept
Definition DistrhoDefines.h:72
static HINSTANCE getCurrentModuleInstanceHandle() noexcept
Definition carla-vst-export-bridged.cpp:35
ProcessPriority
Definition juce_Process.h:41
@ LowPriority
Definition juce_Process.h:42
@ NormalPriority
Definition juce_Process.h:43
@ HighPriority
Definition juce_Process.h:44
@ RealtimePriority
Definition juce_Process.h:45
Definition juce_StringArray.h:35
Definition juce_String.h:53
#define JUCE_DECLARE_NON_COPYABLE(className)
#define JUCE_CALLTYPE
#define JUCE_API
Definition juce_StandardHeader.h:152
Definition carla_juce.cpp:31
#define const
Definition zconf.h:137