|
bool | operator== (const var &v1, const var &v2) noexcept |
|
bool | operator!= (const var &v1, const var &v2) noexcept |
|
bool | operator== (const var &v1, const String &v2) |
|
bool | operator!= (const var &v1, const String &v2) |
|
bool | operator== (const var &v1, const char *const v2) |
|
bool | operator!= (const var &v1, const char *const v2) |
|
int64 | juce_fileSetPosition (void *handle, int64 pos) |
|
OutputStream &JUCE_CALLTYPE | operator<< (OutputStream &stream, const BigInteger &value) |
|
OutputStream &JUCE_CALLTYPE | operator<< (OutputStream &stream, const MemoryOutputStream &streamToRead) |
|
int | juce_siginterrupt (int sig, int flag) |
|
JUCE_API String | translate (const String &text) |
|
JUCE_API String | translate (const char *text) |
|
JUCE_API String | translate (CharPointer_UTF8 text) |
|
JUCE_API String | translate (const String &text, const String &resultIfNotFound) |
|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, const char *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, const char *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, const wchar_t *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, const wchar_t *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, StringRef s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, StringRef s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, const CharPointer_UTF8 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, const CharPointer_UTF8 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, const CharPointer_UTF16 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, const CharPointer_UTF16 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator== (const String &s1, const CharPointer_UTF32 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator!= (const String &s1, const CharPointer_UTF32 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator> (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator< (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator>= (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | operator<= (const String &s1, const String &s2) noexcept |
|
JUCE_API String JUCE_CALLTYPE | operator+ (const char *const s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (const wchar_t *const s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (const char s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (const wchar_t s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (String s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (String s1, const char *const s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (String s1, const wchar_t *s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (String s1, const char s2) |
|
JUCE_API String JUCE_CALLTYPE | operator+ (String s1, const wchar_t s2) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const char s2) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const wchar_t s2) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const char *const s2) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const wchar_t *const s2) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const String &s2) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const int number) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const short number) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const long number) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const int64 number) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const float number) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const double number) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &s1, const uint64 number) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | operator<< (OutputStream &stream, const String &text) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | operator<< (OutputStream &stream, StringRef text) |
|
JUCE_API String &JUCE_CALLTYPE | operator<< (String &string1, const NewLine &) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | operator<< (OutputStream &stream, const int number) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | operator<< (OutputStream &stream, const int64 number) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | operator<< (OutputStream &stream, const double number) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | operator<< (OutputStream &stream, const char character) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | operator<< (OutputStream &stream, const char *const text) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | operator<< (OutputStream &stream, const MemoryBlock &data) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | operator<< (OutputStream &stream, const File &fileToRead) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | operator<< (OutputStream &stream, InputStream &streamToRead) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | operator<< (OutputStream &stream, const NewLine &) |
|
void JUCE_API | juce_threadEntryPoint (void *userData) |
|
RelativeTime | operator+ (RelativeTime t1, RelativeTime t2) noexcept |
|
RelativeTime | operator- (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | operator== (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | operator!= (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | operator> (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | operator< (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | operator>= (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | operator<= (RelativeTime t1, RelativeTime t2) noexcept |
|
uint32 | juce_millisecondsSinceStartup () noexcept |
|
Time | operator+ (Time time, RelativeTime delta) noexcept |
|
Time | operator- (Time time, RelativeTime delta) noexcept |
|
Time | operator+ (RelativeTime delta, Time time) noexcept |
|
const RelativeTime | operator- (Time time1, Time time2) noexcept |
|
bool | operator== (Time time1, Time time2) noexcept |
|
bool | operator!= (Time time1, Time time2) noexcept |
|
bool | operator< (Time time1, Time time2) noexcept |
|
bool | operator> (Time time1, Time time2) noexcept |
|
bool | operator<= (Time time1, Time time2) noexcept |
|
bool | operator>= (Time time1, Time time2) noexcept |
|
File | juce_getExecutableFile () |
|
void | juce_runSystemCommand (const String &) |
|
String | juce_getOutputFromCommand (const String &) |
|
void * | threadEntryProc (void *) |
|
JUCE_API bool JUCE_CALLTYPE | juce_isRunningUnderDebugger () |
|
JUCE_API void JUCE_CALLTYPE | logAssertion (const char *file, int line) noexcept |
|
void | zeromem (void *memory, size_t numBytes) noexcept |
|
template<typename Type > |
void | zerostruct (Type &structure) noexcept |
|
template<typename Type > |
void | deleteAndZero (Type &pointer) |
|
template<typename Type , typename IntegerType > |
Type * | addBytesToPointer (Type *basePointer, IntegerType bytes) noexcept |
|
template<typename Type1 , typename Type2 > |
int | getAddressDifference (Type1 *pointer1, Type2 *pointer2) noexcept |
|
template<class Type > |
Type * | createCopyIfNotNull (const Type *objectToCopy) |
|
template<typename Type > |
Type | readUnaligned (const void *srcPtr) noexcept |
|
template<typename Type > |
void | writeUnaligned (void *dstPtr, Type value) noexcept |
|
template<typename Type > |
Type | jmax (const Type a, const Type b) |
|
template<typename Type > |
Type | jmax (const Type a, const Type b, const Type c) |
|
template<typename Type > |
Type | jmax (const Type a, const Type b, const Type c, const Type d) |
|
template<typename Type > |
Type | jmin (const Type a, const Type b) |
|
template<typename Type > |
Type | jmin (const Type a, const Type b, const Type c) |
|
template<typename Type > |
Type | jmin (const Type a, const Type b, const Type c, const Type d) |
|
template<typename Type > |
const Type | findMinimum (const Type *data, int numValues) |
|
template<typename Type > |
const Type | findMaximum (const Type *values, int numValues) |
|
template<typename Type > |
void | findMinAndMax (const Type *values, int numValues, Type &lowest, Type &highest) |
|
template<typename Type > |
Type | jlimit (const Type lowerLimit, const Type upperLimit, const Type valueToConstrain) noexcept |
|
template<typename Type > |
bool | isPositiveAndBelow (Type valueToTest, Type upperLimit) noexcept |
|
template<> |
bool | isPositiveAndBelow (const int valueToTest, const int upperLimit) noexcept |
|
template<typename Type > |
bool | isPositiveAndNotGreaterThan (Type valueToTest, Type upperLimit) noexcept |
|
template<> |
bool | isPositiveAndNotGreaterThan (const int valueToTest, const int upperLimit) noexcept |
|
template<typename Type > |
void | swapVariables (Type &variable1, Type &variable2) |
|
template<typename Type1 > |
void | ignoreUnused (const Type1 &) noexcept |
|
template<typename Type1 , typename Type2 > |
void | ignoreUnused (const Type1 &, const Type2 &) noexcept |
|
template<typename Type1 , typename Type2 , typename Type3 > |
void | ignoreUnused (const Type1 &, const Type2 &, const Type3 &) noexcept |
|
template<typename Type1 , typename Type2 , typename Type3 , typename Type4 > |
void | ignoreUnused (const Type1 &, const Type2 &, const Type3 &, const Type4 &) noexcept |
|
template<typename Type , int N> |
int | numElementsInArray (Type(&array)[N]) |
|
template<typename Type > |
Type | juce_hypot (Type a, Type b) noexcept |
|
template<> |
float | juce_hypot (float a, float b) noexcept |
|
int64 | abs64 (const int64 n) noexcept |
|
template<typename FloatType > |
FloatType | degreesToRadians (FloatType degrees) noexcept |
|
template<typename FloatType > |
FloatType | radiansToDegrees (FloatType radians) noexcept |
|
template<typename NumericType > |
bool | juce_isfinite (NumericType) noexcept |
|
template<> |
bool | juce_isfinite (float value) noexcept |
|
template<> |
bool | juce_isfinite (double value) noexcept |
|
template<typename FloatType > |
int | roundToInt (const FloatType value) noexcept |
|
int | roundToInt (int value) noexcept |
|
int | roundToIntAccurate (const double value) noexcept |
|
int | roundDoubleToInt (const double value) noexcept |
|
int | roundFloatToInt (const float value) noexcept |
|
template<typename IntegerType > |
bool | isPowerOfTwo (IntegerType value) |
|
int | nextPowerOfTwo (int n) noexcept |
|
int | countNumberOfBits (uint32 n) noexcept |
|
int | countNumberOfBits (uint64 n) noexcept |
|
template<typename IntegerType > |
IntegerType | negativeAwareModulo (IntegerType dividend, const IntegerType divisor) noexcept |
|
template<typename NumericType > |
NumericType | square (NumericType n) noexcept |
|
long | juce_InterlockedExchange (volatile long *a, long b) noexcept |
|
long | juce_InterlockedIncrement (volatile long *a) noexcept |
|
long | juce_InterlockedDecrement (volatile long *a) noexcept |
|
long | juce_InterlockedExchangeAdd (volatile long *a, long b) noexcept |
|
long | juce_InterlockedCompareExchange (volatile long *a, long b, long c) noexcept |
|
__int64 | juce_InterlockedCompareExchange64 (volatile __int64 *a, __int64 b, __int64 c) noexcept |
|
void | juce_MemoryBarrier () noexcept |
|
template<class traits > |
std::basic_ostream< char,
traits > &JUCE_CALLTYPE | operator<< (std::basic_ostream< char, traits > &stream, const String &stringToWrite) |
|
template<class traits > |
std::basic_ostream< wchar_t,
traits > &JUCE_CALLTYPE | operator<< (std::basic_ostream< wchar_t, traits > &stream, const String &stringToWrite) |
|
template<class ReferenceCountedObjectClass > |
bool | operator== (const ReferenceCountedObjectPtr< ReferenceCountedObjectClass > &object1, ReferenceCountedObjectClass *const object2) noexcept |
|
template<class ReferenceCountedObjectClass > |
bool | operator== (const ReferenceCountedObjectPtr< ReferenceCountedObjectClass > &object1, const ReferenceCountedObjectPtr< ReferenceCountedObjectClass > &object2) noexcept |
|
template<class ReferenceCountedObjectClass > |
bool | operator== (ReferenceCountedObjectClass *object1, const ReferenceCountedObjectPtr< ReferenceCountedObjectClass > &object2) noexcept |
|
template<class ReferenceCountedObjectClass > |
bool | operator!= (const ReferenceCountedObjectPtr< ReferenceCountedObjectClass > &object1, const ReferenceCountedObjectClass *object2) noexcept |
|
template<class ReferenceCountedObjectClass > |
bool | operator!= (const ReferenceCountedObjectPtr< ReferenceCountedObjectClass > &object1, const ReferenceCountedObjectPtr< ReferenceCountedObjectClass > &object2) noexcept |
|
template<class ReferenceCountedObjectClass > |
bool | operator!= (ReferenceCountedObjectClass *object1, const ReferenceCountedObjectPtr< ReferenceCountedObjectClass > &object2) noexcept |
|
template<class ObjectType > |
bool | operator== (const ScopedPointer< ObjectType > &pointer1, ObjectType *const pointer2) noexcept |
|
template<class ObjectType > |
bool | operator!= (const ScopedPointer< ObjectType > &pointer1, ObjectType *const pointer2) noexcept |
|
template<typename Type > |
void | deleteAndZero (ScopedPointer< Type > &) |
|
OutputStream &JUCE_CALLTYPE | operator<< (OutputStream &stream, const Value &value) |
|
JUCE_API void JUCE_CALLTYPE | initialiseJuce_GUI () |
|
JUCE_API void JUCE_CALLTYPE | shutdownJuce_GUI () |
|
| juce_ImplementSingleton_SingleThreaded (ImageCache::Pimpl) Image ImageCache |
|
| juce_ImplementSingleton (TypefaceCache) void Typeface |
|
const FontPlaceholderNames & | getFontPlaceholderNames () |
|
uint32 | maskPixelComponents (uint32 x) noexcept |
|
uint32 | clampPixelComponents (uint32 x) noexcept |
|
bool | juce_areThereAnyAlwaysOnTopWindows () |
|
bool | operator== (const Desktop::Displays::Display &d1, const Desktop::Displays::Display &d2) noexcept |
|
bool | operator!= (const Desktop::Displays::Display &d1, const Desktop::Displays::Display &d2) noexcept |
|
| juce_ImplementSingleton_SingleThreaded (ModalComponentManager) void ModalComponentManager |
|
bool | juce_performDragDropFiles (const StringArray &, const bool copyFiles, bool &shouldStop) |
|
bool | juce_performDragDropText (const String &, bool &shouldStop) |
|
Image | juce_createIconForFile (const File &file) |
|
| juce_ImplementSingleton_SingleThreaded (TopLevelWindowManager) void juce_checkCurrentlyFocusedTopLevelWindow() |
|
void | juce_checkCurrentlyFocusedTopLevelWindow () |
|
int | juce_iOSMain (int argc, const char *argv[]) |
|