JUCE
v6.1.6 (6.0.8-1114)
JUCE API
|
Looking for a senior C++ dev?
I'm looking for work. Hire me! |
►NCameraDevice | |
►CPimpl | |
CCaptureSession | |
CCaptureSessionMode | |
CCaptureSessionModeBase | |
CCaptureSessionPreviewMode | |
CCaptureSessionVideoRecordingMode | |
CDelegateClass | |
CDeviceOrientationChangeListener | |
CGrabberCallback | |
CImageOutputBase | |
►CImageReader | |
CImageBuffer | |
►CImageReader | |
CImageBuffer | |
CMediaRecorder | |
CPreCatalinaStillImageOutput | |
►CPreviewDisplay | |
CListener | |
►CPreviewDisplay | |
CListener | |
►CScopedCameraDevice | |
►CCaptureSession | |
CConfiguredCallback | |
CStillPictureTaker | |
►CCaptureSession | |
CConfiguredCallback | |
CStillPictureTaker | |
►CCaptureSession | |
CConfiguredCallback | |
CStillPictureTaker | |
►CScopedCameraDevice | |
►CCaptureSession | |
CConfiguredCallback | |
CStillPictureTaker | |
►CCaptureSession | |
CConfiguredCallback | |
CStillPictureTaker | |
►CCaptureSession | |
CConfiguredCallback | |
CStillPictureTaker | |
►CScopedCameraDevice | |
►CCaptureSession | |
CConfiguredCallback | |
CStillPictureTaker | |
►CCaptureSession | |
CConfiguredCallback | |
CStillPictureTaker | |
►CCaptureSession | |
CConfiguredCallback | |
CStillPictureTaker | |
►CScopedCameraDevice | |
►CCaptureSession | |
CConfiguredCallback | |
CStillPictureTaker | |
►CCaptureSession | |
CConfiguredCallback | |
CStillPictureTaker | |
►CCaptureSession | |
CConfiguredCallback | |
CStillPictureTaker | |
CStreamConfigurationMap | |
►CViewerComponent | |
CJuceCameraDeviceViewerClass | |
►Njuce | |
►NAnimatedPositionBehaviours | Contains classes for different types of physics behaviours - these classes are used as template parameters for the AnimatedPosition class |
CContinuousWithMomentum | A non-snapping behaviour that allows the content to be freely flicked in either direction, with momentum based on the velocity at which it was released, and variable friction to make it come to a halt |
CSnapToPageBoundaries | A behaviour that gravitates an AnimatedPosition object towards the nearest integer position when released |
►Nanonymous_namespace{juce_posix_IPAddress.h} | |
CInterfaceInfo | |
►NComTypes | |
CAM_MEDIA_TYPE | |
CMFVideoNormalizedRect | |
CPIN_INFO | |
CUiaPoint | |
CUiaRect | |
CVIDEO_STREAM_CONFIG_CAPS | |
CVIDEOINFOHEADER | |
►Ndetail | |
CColorSpaceDelete | |
CContextDelete | |
CDataProviderDelete | |
CGradientDelete | |
CImageDelete | |
►Ndsp | |
►NDelayLineInterpolationTypes | A collection of structs to pass as the template argument when setting the interpolation type for the DelayLine class |
CLagrange3rd | Successive samples in the delay line will be interpolated using a 3rd order Lagrange interpolator |
CLinear | Successive samples in the delay line will be linearly interpolated |
CNone | No interpolation between successive samples in the delay line will be performed |
CThiran | Successive samples in the delay line will be interpolated using 1st order Thiran interpolation |
►NFIR | Classes for FIR filter processing |
CCoefficients | A set of coefficients for use in an FIRFilter object |
CFilter | A processing class that can perform FIR filtering on an audio signal, in the time domain |
►NIIR | Classes for IIR filter processing |
CArrayCoefficients | A set of coefficients for use in an Filter object |
CCoefficients | A set of coefficients for use in an Filter object |
CFilter | A processing class that can perform IIR filtering on an audio signal, using the Transposed Direct Form II digital structure |
►NSIMDInternal | A template specialisation to find corresponding mask type for primitives |
CLog2Helper | |
CLog2Helper< 1 > | |
CMaskTypeFor | |
CMaskTypeFor< char > | |
CMaskTypeFor< double > | |
CMaskTypeFor< float > | |
CMaskTypeFor< int16_t > | |
CMaskTypeFor< int32_t > | |
CMaskTypeFor< int64_t > | |
CMaskTypeFor< int8_t > | |
CMaskTypeFor< std::complex< double > > | |
CMaskTypeFor< std::complex< float > > | |
CPrimitiveType | |
CPrimitiveType< std::complex< Primitive > > | |
►NStateVariableFilter | Classes for state variable filter processing |
CFilter | An IIR filter that can perform low, band and high-pass filtering on an audio signal, with 12 dB of attenuation per octave, using a TPT structure, designed for fast modulation (see Vadim Zavalishin's documentation about TPT structures for more information) |
CParameters | Structure used for the state variable filter parameters |
CAudioBlock | Minimal and lightweight data-structure which contains a list of pointers to channels containing some kind of sample data |
CBallisticsFilter | A processor to apply standard attack / release ballistics to an input signal |
CBias | Adds a DC offset (voltage bias) to the audio samples |
CChorus | A simple chorus DSP widget that modulates the delay of a delay line in order to create sweeping notches in the magnitude frequency response |
CCompressor | A simple compressor with standard threshold, ratio, attack time and release time controls |
►CConvolution | Performs stereo partitioned convolution of an input signal with an impulse response in the frequency domain, using the JUCE FFT class |
CLatency | Contains configuration information for a convolution with a fixed latency |
CMixer | |
CNonUniform | Contains configuration information for a non-uniform convolution |
CConvolutionMessageQueue | Used by the Convolution to dispatch engine-update messages on a background thread |
CDelayLine | A delay line processor featuring several algorithms for the fractional delay calculation, block processing, and sample-by-sample processing useful when modulating the delay in real time or creating a standard delay effect with feedback |
CDryWetMixer | A processor to handle dry/wet mixing of two audio signals, where the wet signal may have additional latency |
CFastMathApproximations | This class contains various fast mathematical function approximations |
CFFT | Performs a fast fourier transform |
►CFilterDesign | This class provides a set of functions which generates FIR::Coefficients and IIR::Coefficients, of high-order low-pass filters |
CIIRPolyphaseAllpassStructure | The structure returned by the function designIIRLowpassHalfBandPolyphaseAllpassMethod |
CFirstOrderTPTFilter | A first order filter class using the TPT (Topology-Preserving Transform) structure |
CFixedSizeFunction< len, Ret(Args...)> | A type similar to std::function that holds a callable object |
CGain | Applies a gain to audio samples as single samples or AudioBlocks |
CLadderFilter | Multi-mode filter based on the Moog ladder filter |
CLimiter | A simple limiter with standard threshold and release time controls, featuring two compressors and a hard clipper at 0 dB |
CLinkwitzRileyFilter | A filter class designed to perform multi-band separation using the TPT (Topology-Preserving Transform) structure |
CLogRampedValue | Utility class for logarithmically smoothed linear values |
CLookupTable | Class for efficiently approximating expensive arithmetic operations |
CLookupTableTransform | Class for approximating expensive arithmetic operations |
CMatrix | General matrix and vectors class, meant for classic math manipulation such as additions, multiplications, and linear systems of equations solving |
CNoiseGate | A simple noise gate with standard threshold, ratio, attack time and release time controls |
COscillator | Generates a signal based on a user-supplied function |
COversampling | A processor that performs multi-channel oversampling |
CPanner | A processor to perform panning operations on stereo buffers |
CPhase | Represents an increasing phase value between 0 and 2*pi |
CPhaser | A 6 stage phaser that modulates first order all-pass filters to create sweeping notches in the magnitude frequency response |
CPolynomial | A class representing a polynomial |
CProcessContextNonReplacing | Contains context information that is passed into an algorithm's process method |
CProcessContextReplacing | Contains context information that is passed into an algorithm's process method |
CProcessorBase | Acts as a polymorphic base class for processors |
CProcessorChain | This variadically-templated class lets you join together any number of processor classes into a single processor which will call process() on them all in sequence |
►CProcessorDuplicator | Converts a mono processor class into a multi-channel version by duplicating it and applying multichannel buffers across an array of instances |
CMonoProcessContext | |
CProcessorState | This is a handy base class for the state of a processor (such as parameter values) which is typically shared among several processors |
CProcessorWrapper | Wraps an instance of a given processor class, and exposes it through the ProcessorBase interface |
CProcessSpec | This structure is passed into a DSP algorithm's prepare() method, and contains information about various aspects of the context in which it can expect to be called |
CReverb | Processor wrapper around juce::Reverb for easy integration into ProcessorChain |
►CSIMDFallbackOps | Useful fallback routines to use if the native SIMD op is not supported |
CScalarAdd | |
CScalarAnd | |
CScalarEq | |
CScalarGeq | |
CScalarGt | |
CScalarMax | |
CScalarMin | |
CScalarMul | |
CScalarNeq | |
CScalarNot | |
CScalarOr | |
CScalarSub | |
CScalarXor | |
CUnionMaskType | |
CUnionType | |
►CSIMDRegister | A wrapper around the platform's native SIMD register type |
CElementAccess | |
CSpecialFunctions | Contains miscellaneous filter design and windowing functions |
CStateVariableTPTFilter | An IIR filter that can perform low, band and high-pass filtering on an audio signal, with 12 dB of attenuation per octave, using a TPT structure, designed for fast modulation (see Vadim Zavalishin's documentation about TPT structures for more information) |
CWaveShaper | Applies waveshaping to audio samples as single samples or AudioBlocks |
CWindowingFunction | A class which provides multiple windowing functions useful for filter design and spectrum analyzers |
►NRenderingHelpers | |
►NEdgeTableFillers | Contains classes for filling edge tables with various fill types |
CGradient | Fills an edge-table with a gradient |
CImageFill | Fills an edge-table with a non-transformed image |
CSolidColour | Fills an edge-table with a solid colour |
►CTransformedImageFill | Fills an edge-table with a transformed image |
►CTransformedImageSpanInterpolator | |
CBresenhamInterpolator | |
►NGradientPixelIterators | Contains classes for calculating the colour of pixels within various types of gradient |
CLinear | Iterates the colour of pixels in a linear gradient |
CRadial | Iterates the colour of pixels in a circular radial gradient |
CTransformedRadial | Iterates the colour of pixels in a skewed radial gradient |
CCachedGlyphEdgeTable | Caches a glyph as an edge-table |
►CClipRegions | |
CBase | |
CEdgeTableRegion | |
►CRectangleListRegion | |
CSubRectangleIterator | |
CSubRectangleIteratorFloat | |
CFloatRectangleRasterisingInfo | Calculates the alpha values and positions for rendering the edges of a non-pixel-aligned rectangle |
CGlyphCache | Holds a cache of recently-used glyph objects of some type |
CSavedStateBase | |
CSavedStateStack | |
CSoftwareRendererSavedState | |
CStackBasedLowLevelGraphicsContext | |
CTranslationOrTransform | Holds either a simple integer translation, or an affine transform |
►NTypeHelpers | This namespace contains a few template classes for helping work out class type variations |
CParameterType | The ParameterType struct is used to find the best type to use when passing some kind of object as a parameter |
CSmallestFloatType | These templates are designed to take a type, and if it's a double, they return a double type; for anything else, they return a float type |
CUnsignedTypeWithSize | These templates are designed to take an integer type, and return an unsigned int version with the same size |
►NValueSmoothingTypes | A namespace containing a set of types used for specifying the smoothing behaviour of the SmoothedValue class |
CLinear | Used to indicate a linear smoothing between values |
CMultiplicative | Used to indicate a smoothing between multiplicative values |
►NXWindowSystemUtilities | |
CAtoms | Initialises and stores some atoms for the display |
CGetXProperty | Gets a specified window property and stores its associated data, freeing it on deletion |
CScopedXLock | A handy struct that uses XLockDisplay and XUnlockDisplay to lock the X server using RAII |
CXSetting | Represents a setting according to the XSETTINGS specification |
►CXSettings | Parses and stores the X11 settings for a display according to the XSETTINGS specification |
CListener | |
►CAbstractFifo | Encapsulates the logic required to implement a lock-free FIFO |
CScopedReadWrite | Class for a scoped reader/writer |
CAccessibilityActions | A simple wrapper for building a collection of supported accessibility actions and corresponding callbacks for a UI element |
CAccessibilityCellInterface | An abstract interface which represents a UI element that supports a cell interface |
►CAccessibilityHandler | Base class for accessible Components |
CInterfaces | Utility struct which holds one or more accessibility interfaces |
CAccessibilityNativeHandle | |
CAccessibilityNumericValueInterface | A value interface that represents a non-ranged numeric value |
CAccessibilityRangedNumericValueInterface | A value interface that represents a ranged numeric value |
CAccessibilityTableInterface | An abstract interface which represents a UI element that supports a table interface |
CAccessibilityTextInterface | An abstract interface which represents a UI element that supports a text interface |
CAccessibilityTextValueInterface | A value interface that represents a text value |
►CAccessibilityValueInterface | An abstract interface representing the value of an accessibility element |
►CAccessibleValueRange | Represents the range of this value, if supported |
CMinAndMax | The minimum and maximum values for this range, inclusive |
CAccessibleState | Represents the state of an accessible UI element |
CActionBroadcaster | Manages a list of ActionListeners, and can send them messages |
CActionListener | Interface class for delivery of events that are sent by an ActionBroadcaster |
CActiveXControlComponent | A Windows-specific class that can create and embed an ActiveX control inside itself |
CActivityLifecycleCallbacks | |
►CADSR | A very simple ADSR envelope class |
CParameters | Holds the parameters being used by an ADSR object |
CAffineTransform | Represents a 2D affine-transformation matrix |
CAiffAudioFormat | Reads and Writes AIFF format audio files |
►CAlertWindow | A window that displays a message and has buttons for the user to react to it |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide alert-window drawing functionality |
CAnalytics | A singleton class to manage analytics data |
►CAnalyticsDestination | An interface for handling analytics events collected by an Analytics object |
CAnalyticsEvent | Contains information about an event to be logged |
CAndroidGLCallbacks | |
CAndroidInterfaceImplementer | |
CAndroidViewComponent | An Android-specific class that can create and embed a View inside itself |
CAnimatedAppComponent | A base class for writing simple one-page graphical apps |
►CAnimatedPosition | Models a 1-dimensional position that can be dragged around by the user, and which will then continue moving with a customisable physics behaviour when released |
CListener | Implement this class if you need to receive callbacks when the value of an AnimatedPosition changes |
CAppleRemoteDevice | Receives events from an Apple IR remote control device (Only available in OSX!) |
CApplicationCommandInfo | Holds information describing an application command |
CApplicationCommandManager | One of these objects holds a list of all the commands your app can perform, and despatches these commands when needed |
CApplicationCommandManagerListener | A listener that receives callbacks from an ApplicationCommandManager when commands are invoked or the command list is changed |
►CApplicationCommandTarget | A command target publishes a list of command IDs that it can perform |
CInvocationInfo | Contains contextual details about the invocation of a command |
CApplicationProperties | Manages a collection of properties |
►CArgumentList | Holds a list of command-line arguments, and provides useful methods for searching and operating on them |
CArgument | One of the arguments in an ArgumentList |
CArray | Holds a resizable array of primitive or copy-by-value objects |
CArrayAllocationBase | Implements some basic array storage allocation functions |
CArrayBase | A basic object container |
CArrowButton | A button with an arrow in it |
CAsyncUpdater | Has a callback method that is triggered asynchronously |
CAtomic | A simple wrapper around std::atomic |
►CAttributedString | A text string with a set of colour/font settings that are associated with sub-ranges of the text |
CAttribute | An attribute that has been applied to a range of characters in an AttributedString |
CAudioAppComponent | A base class for writing audio apps that stream from the audio i/o devices |
CAudioBuffer | A multi-channel buffer containing floating point audio samples |
►CAudioCDBurner | @tags{Audio} |
CBurnProgressListener | Receives progress callbacks during a cd-burn operation |
CAudioCDReader | A type of AudioFormatReader that reads from an audio CD |
CAudioChannelSet | Represents a set of audio channel types |
►CAudioData | This class a container which holds all the classes pertaining to the AudioData::Pointer audio sample format class |
CChannelData | |
CChannelDataSubtypes | |
CChannelDataSubtypes< IsInterleaved, IsConst, DataFormat, Endianness > | |
CChannelDataSubtypes< IsInterleaved, IsConst, Format< DataFormat, Endianness > > | |
CConverter | A base class for objects that are used to convert between two different sample formats |
CConverterInstance | A class that converts between two templated AudioData::Pointer types, and which implements the AudioData::Converter interface |
CFormat | A struct that contains a SampleFormat and Endianness to be used with the source and destination types when calling the interleaveSamples() and deinterleaveSamples() helpers |
CPointer | Used as a template parameter for AudioData::Pointer |
►CAudioDeviceManager | Manages the state of some audio and midi i/o devices |
CAudioDeviceSetup | This structure holds a set of properties describing the current audio setup |
CLevelMeter | A simple reference-counted struct that holds a level-meter value that can be read using getCurrentLevel() |
CMidiCallbackInfo | |
CAudioDeviceSelectorComponent | A component containing controls to let the user change the audio settings of an AudioDeviceManager object |
CAudioFormat | Subclasses of AudioFormat are used to read and write different audio file formats |
CAudioFormatManager | A class for keeping a list of available audio formats, and for deciding which one to use to open a given file |
►CAudioFormatReader | Reads samples from an audio file stream |
CReadHelper | Used by AudioFormatReader subclasses to copy data to different formats |
CAudioFormatReaderSource | A type of AudioSource that will read from an AudioFormatReader |
►CAudioFormatWriter | Writes samples to an audio file stream |
►CThreadedWriter | Provides a FIFO for an AudioFormatWriter, allowing you to push incoming data into a buffer which will be flushed to disk by a background thread |
CIncomingDataReceiver | Receiver for incoming data |
CWriteHelper | Used by AudioFormatWriter subclasses to copy data to different formats |
CAudioIODevice | Base class for an audio device with synchronised input and output channels |
CAudioIODeviceCallback | One of these is passed to an AudioIODevice object to stream the audio data in and out |
►CAudioIODeviceType | Represents a type of audio driver, such as DirectSound, ASIO, CoreAudio, etc |
CListener | A class for receiving events when audio devices are inserted or removed |
CAudioParameterBool | Provides a class of AudioProcessorParameter that can be used as a boolean value |
CAudioParameterBoolAttributes | Properties of an AudioParameterBool |
CAudioParameterChoice | Provides a class of AudioProcessorParameter that can be used to select an indexed, named choice from a list |
CAudioParameterChoiceAttributes | Properties of an AudioParameterChoice |
CAudioParameterFloat | A subclass of AudioProcessorParameter that provides an easy way to create a parameter which maps onto a given NormalisableRange |
CAudioParameterFloatAttributes | Properties of an AudioParameterFloat |
CAudioParameterInt | Provides a class of AudioProcessorParameter that can be used as an integer value with a given range |
CAudioParameterIntAttributes | Properties of an AudioParameterInt |
►CAudioPlayHead | A subclass of AudioPlayHead can supply information about the position and status of a moving play head during audio playback |
CCurrentPositionInfo | This structure is filled-in by the AudioPlayHead::getCurrentPosition() method |
CFrameRate | More descriptive frame rate type |
CAudioPluginFormat | The base class for a type of plugin format, such as VST, AudioUnit, LADSPA, etc |
CAudioPluginFormatManager | This maintains a list of known AudioPluginFormats |
►CAudioPluginInstance | Base class for an active instance of a plugin |
CParameter | Structure used to describe plugin parameters |
►CAudioProcessLoadMeasurer | Maintains an ongoing measurement of the proportion of time which is being spent inside an audio callback |
CScopedTimer | This class measures the time between its construction and destruction and adds it to an AudioProcessLoadMeasurer |
►CAudioProcessor | Base class for audio processing classes or plugins |
►CBus | Describes the layout and properties of an audio bus |
CBusDirectionAndIndex | |
CBusesLayout | Represents the bus layout state of a plug-in |
CBusesProperties | Structure used for AudioProcessor Callbacks |
CBusProperties | Structure used for AudioProcessor Callbacks |
CCurveData | Some plug-ins support sharing response curve data with the host so that it can display this curve on a console or in the mixer panel |
CInOutChannelPair | |
CTrackProperties | A struct containing information about the DAW track inside which your AudioProcessor is loaded |
►CAudioProcessorEditor | Base class for the component that acts as the GUI for an AudioProcessor |
CAudioProcessorEditorListener | |
CParameterControlHighlightInfo | Used by the setParameterHighlighting() method |
CAudioProcessorEditorHostContext | Calling AudioProcessorEditor::getHostContext() may return a pointer to an instance of this class |
►CAudioProcessorGraph | A type of AudioProcessor which plays back a graph of other AudioProcessors |
CAudioGraphIOProcessor | A special type of AudioProcessor that can live inside an AudioProcessorGraph in order to use the audio that comes into and out of the graph itself |
CConnection | Represents a connection between two channels of two nodes in an AudioProcessorGraph |
►CNode | Represents one of the nodes, or processors, in an AudioProcessorGraph |
CConnection | |
CNodeAndChannel | Represents an input or output channel of a node in an AudioProcessorGraph |
CNodeID | Each node in the graph has a UID of this type |
CPrepareSettings | |
►CAudioProcessorListener | Base class for listeners that want to know about changes to an AudioProcessor |
CChangeDetails | Provides details about aspects of an AudioProcessor which have changed |
►CAudioProcessorParameter | An abstract base class for parameter objects that can be added to an AudioProcessor |
CListener | A base class for listeners that want to know about changes to an AudioProcessorParameter |
►CAudioProcessorParameterGroup | A class encapsulating a group of AudioProcessorParameters and nested AudioProcessorParameterGroups |
CAudioProcessorParameterNode | A child of an AudioProcessorParameterGroup |
CAudioProcessorParameterWithID | This abstract base class is used by some AudioProcessorParameter helper classes |
CAudioProcessorParameterWithIDAttributes | An instance of this class may be passed to the constructor of an AudioProcessorParameterWithID to set optional characteristics of that parameter |
►CAudioProcessorPlayer | An AudioIODeviceCallback object which streams audio through an AudioProcessor |
CNumChannels | |
►CAudioProcessorValueTreeState | This class contains a ValueTree that is used to manage an AudioProcessor's entire state |
CButtonAttachment | An object of this class maintains a connection between a Button and a parameter in an AudioProcessorValueTreeState |
CComboBoxAttachment | An object of this class maintains a connection between a ComboBox and a parameter in an AudioProcessorValueTreeState |
CListener | A listener class that can be attached to an AudioProcessorValueTreeState |
CParameter | A parameter class that maintains backwards compatibility with deprecated AudioProcessorValueTreeState functionality |
►CParameterLayout | A class to contain a set of RangedAudioParameters and AudioProcessorParameterGroups containing RangedAudioParameters |
CMakeContents | |
CParameterStorage | |
CParameterStorageBase | |
CVisitor | |
CSliderAttachment | An object of this class maintains a connection between a Slider and a parameter in an AudioProcessorValueTreeState |
CStringRefLessThan | |
CAudioProcessorValueTreeStateParameterAttributes | Advanced properties of an AudioProcessorValueTreeState::Parameter |
CAudioSource | Base class for objects that can produce a continuous stream of audio |
CAudioSourceChannelInfo | Used by AudioSource::getNextAudioBlock() |
CAudioSourcePlayer | Wrapper class to continuously stream audio from an audio source to an AudioIODevice |
CAudioSubsectionReader | This class is used to wrap an AudioFormatReader and only read from a subsection of the file |
CAudioThumbnail | Makes it easy to quickly draw scaled views of the waveform shape of an audio file |
CAudioThumbnailBase | Provides a base for classes that can store and draw scaled views of an audio waveform |
CAudioThumbnailCache | An instance of this class is used to manage multiple AudioThumbnail objects |
CAudioTransportSource | An AudioSource that takes a PositionableAudioSource and allows it to be played, stopped, started, etc |
CAudioVisualiserComponent | A simple component that can be used to show a scrolling waveform of audio data |
CBase64 | Contains some static methods for converting between binary and the standard base-64 encoding format |
CBigInteger | An arbitrarily large integer class |
CBlowFish | BlowFish encryption class |
CBluetoothMidiDevicePairingDialogue | Opens a Bluetooth MIDI pairing dialogue that allows the user to view and connect to Bluetooth MIDI devices that are currently found nearby |
CBooleanPropertyComponent | A PropertyComponent that contains an on/off toggle button |
CBorderSize | Specifies a set of gaps to be left around the sides of a rectangle |
CBox2DRenderer | A simple implementation of the b2Draw class, used to draw a Box2D world |
►CBubbleComponent | A component for showing a message or other graphics inside a speech-bubble-shaped outline, pointing at a location on the screen |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes |
CBubbleMessageComponent | A speech-bubble component that displays a short message |
CBufferedInputStream | Wraps another input stream, and reads from it using an intermediate buffer |
►CBufferingAudioReader | An AudioFormatReader that uses a background thread to pre-read data from another reader |
CBufferedBlock | |
CBufferingAudioSource | An AudioSource which takes another source as input, and buffers it using a thread |
►CBurgerMenuComponent | A component which lists all menu items and groups them into categories by their respective parent menus |
CRow | |
►CButton | A base class for buttons |
CListener | Used to receive callbacks when a button is clicked |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide button-drawing functionality |
CButtonParameterAttachment | An object of this class maintains a connection between a Button and a plug-in parameter |
CButtonPropertyComponent | A PropertyComponent that contains a button |
CButtonTracker | A class that automatically sends analytics events to the Analytics singleton when a button is clicked |
CByteOrder | Contains static methods for converting the byte order between different endiannesses |
CCachedComponentImage | Base class used internally for structures that can store cached images of component state |
CCachedValue | This class acts as a typed wrapper around a property inside a ValueTree |
CCallbackMessage | A message that invokes a callback method when it gets delivered |
►CCallOutBox | A box with a small arrow that can be used as a temporary pop-up window to show extra controls when a button or other component is clicked |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes |
►CCameraDevice | Controls any video capture devices that might be available |
CListener | Receives callbacks with individual frames from a CameraDevice |
CCarbonViewWrapperComponent | Creates a floating carbon window that can be used to hold a carbon UI |
CCaretComponent | @tags{GUI} |
CCFObjectDeleter | |
CCFObjectHolder | |
►CChangeBroadcaster | Holds a list of ChangeListeners, and sends messages to them when instructed |
CChangeBroadcasterCallback | |
CChangeListener | Receives change event callbacks that are sent out by a ChangeBroadcaster |
CChannelRemappingAudioSource | An AudioSource that takes the audio from another source, and re-maps its input and output channels to a different arrangement |
►CCharacterFunctions | A collection of functions for manipulating characters and character strings |
CHexParser | Parses a character string, to read a hexadecimal value |
CCharPointer_ASCII | Wraps a pointer to a null-terminated ASCII character string, and provides various methods to operate on the data |
CCharPointer_UTF16 | Wraps a pointer to a null-terminated UTF-16 character string, and provides various methods to operate on the data |
CCharPointer_UTF32 | Wraps a pointer to a null-terminated UTF-32 character string, and provides various methods to operate on the data |
CCharPointer_UTF8 | Wraps a pointer to a null-terminated UTF-8 character string, and provides various methods to operate on the data |
►CChildProcess | Launches and monitors a child process |
CActiveProcess | |
CChildProcessCoordinator | Acts as the coordinator in a coordinator/worker pair of connected processes |
CChildProcessWorker | Acts as the worker end of a coordinator/worker pair of connected processes |
CChoicePropertyComponent | A PropertyComponent that shows its value as a combo box |
►CCodeDocument | A class for storing and manipulating a source code file |
CIterator | Iterates the text in a CodeDocument |
CListener | An object that receives callbacks from the CodeDocument when its text changes |
CPosition | A position in a code document |
►CCodeEditorComponent | A text editor component designed specifically for source code |
►CColourScheme | Defines a syntax highlighting colour scheme |
CTokenType | Defines a colour for a token type |
CState | Can be used to save and restore the editor's caret position, selection state, etc |
CCodeTokeniser | A base class for tokenising code so that the syntax can be displayed in a code editor |
CColour | Represents a colour, also including a transparency value |
►CColourGradient | Describes the layout and colours that should be used to paint a colour gradient |
CColourPoint | |
CColourSelector | A component that lets the user choose a colour |
CComBaseClassHelper | Handy base class for writing COM objects, providing ref-counting and a basic QueryInterface method |
CComBaseClassHelperBase | |
►CComboBox | A component that lets the user choose from a drop-down list of choices |
CListener | A class for receiving events from a ComboBox |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide ComboBox functionality |
CComboBoxParameterAttachment | An object of this class maintains a connection between a ComboBox and a plug-in parameter |
►CComponent | The base class for all JUCE user-interface objects |
CBailOutChecker | A class to keep an eye on a component and check for it being deleted |
CPositioner | Base class for objects that can be used to automatically position a component according to some kind of algorithm |
CSafePointer | Holds a pointer to some type of Component, which automatically becomes null if the component is deleted |
CComponentAnimator | Animates a set of components, moving them to a new position and/or fading their alpha levels |
CComponentBoundsConstrainer | A class that imposes restrictions on a Component's size or position |
►CComponentBuilder | Loads and maintains a tree of Components from a ValueTree that represents them |
CImageProvider | This class is used when references to images need to be stored in ValueTrees |
CTypeHandler | The class is a base class for objects that manage the loading of a type of component from a ValueTree |
CComponentDragger | An object to take care of the logic for dragging components around with the mouse |
CComponentListener | Gets informed about changes to a component's hierarchy or position |
CComponentMovementWatcher | An object that watches for any movement of a component or any of its parent components |
►CComponentPeer | The Component class uses a ComponentPeer internally to create and manage a real operating-system window |
CDragInfo | Structure to describe drag and drop information |
COptionalBorderSize | Represents the window borders around a window component |
CScaleFactorListener | Used to receive callbacks when the OS scale factor of this ComponentPeer changes |
CComponentTraverser | Base class for traversing components |
CComSmartPtr | A simple COM smart pointer |
►CConcertinaPanel | A panel which holds a vertical stack of components which can be expanded and contracted |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes |
►CConsoleApplication | Represents a the set of commands that a console app can perform, and provides helper functions for performing them |
CCommand | Represents a command that can be executed if its command-line arguments are matched |
CContainerDeletePolicy | Used by container classes as an indirect way to delete an object of a particular type |
CContentSharer | A singleton class responsible for sharing content between apps and devices |
CCoreAudioFormat | OSX and iOS only - This uses the AudioToolbox framework to read any audio format that the system has a codec for |
►CCoreGraphicsContext | |
CSavedState | |
CCPlusPlusCodeTokeniser | A simple lexical analyser for syntax colouring of C++ code |
►CCppTokeniserFunctions | Class containing some basic functions for simple tokenising of C++ code |
CStringIterator | A class that can be passed to the CppTokeniserFunctions functions in order to parse a String |
CCriticalSection | A re-entrant mutex |
CCustomTypeface | A typeface that can be populated with custom glyphs |
CDarkModeSettingListener | Classes can implement this interface and register themselves with the Desktop class to receive callbacks when the operating system dark mode setting changes |
CDatagramSocket | A wrapper for a datagram (UDP) socket |
CDecibels | This class contains some helpful static methods for dealing with decibel values |
CDefaultElementComparator | A simple ElementComparator class that can be used to sort an array of objects that support the '<' operator |
CDefaultHashFunctions | A simple class to generate hash functions for some primitive types, intended for use with the HashMap class |
CDeletedAtShutdown | Classes derived from this will be automatically deleted when the application exits |
CDesktop | Describes and controls aspects of the computer's desktop |
CDeviceChangeDetector | |
►CDialogWindow | A dialog-box style window |
CLaunchOptions | This class defines a collection of settings to be used to open a DialogWindow |
CDirect2DLowLevelGraphicsContext | |
CDirectoryContentsDisplayComponent | A base class for components that display a list of the files in a directory |
►CDirectoryContentsList | A class to asynchronously scan for details about the files in a directory |
CFileInfo | Contains cached information about one of the files in a DirectoryContentsList |
CDirectoryEntry | Describes the attributes of a file or folder |
►CDisplays | Manages details about connected display devices |
CDisplay | Represents a connected display device |
►CDocumentWindow | A resizable window with a title bar and maximise, minimise and close buttons |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality |
CDragAndDropContainer | Enables drag-and-drop behaviour for a component and all its sub-components |
►CDragAndDropTarget | Components derived from this class can have things dropped onto them by a DragAndDropContainer |
CSourceDetails | Contains details about the source of a drag-and-drop operation |
CDraggable3DOrientation | Stores a 3D orientation, which can be rotated by dragging with the mouse |
CDrawable | The base class for objects which can draw themselves, e.g |
CDrawableButton | A button that displays a Drawable |
CDrawableComposite | A drawable object which acts as a container for a set of other Drawables |
CDrawableImage | A drawable object which is a bitmap image |
CDrawablePath | A drawable object which renders a filled or outlined shape |
CDrawableRectangle | A Drawable object which draws a rectangle |
CDrawableShape | A base class implementing common functionality for Drawable classes which consist of some kind of filled and stroked outline |
CDrawableText | A drawable object which renders a line of text |
CDropShadow | Defines a drop-shadow effect |
CDropShadowEffect | An effect filter that adds a drop-shadow behind the image's content |
CDropShadower | Adds a drop-shadow to a component |
►CDummyCriticalSection | A class that can be used in place of a real CriticalSection object, but which doesn't perform any locking |
CScopedLockType | A dummy scoped-lock type to use with a dummy critical section |
CDynamicLibrary | Handles the opening and closing of DLLs |
CDynamicObject | Represents a dynamically implemented object |
►CEdgeTable | A table of horizontal scan-line segments - used for rasterising Paths |
CLineItem | |
►CExpression | A class for dynamically evaluating simple numeric expressions |
►CScope | When evaluating an Expression object, this class is used to resolve symbols and perform functions that the expression uses |
CVisitor | Used as a callback by the Scope::visitRelativeScope() method |
CSymbol | Represents a symbol that is used in an Expression |
►CExtensionsVisitor | Create a derived implementation of this class and pass it to AudioPluginInstance::getExtensions() to retrieve format-specific information about a plugin instance |
CAudioUnitClient | Can be used to retrieve information about an AudioUnit that is wrapped by an AudioProcessor |
CUnknown | Indicates that there is no platform specific information available |
CVST3Client | Can be used to retrieve information about a VST3 that is wrapped by an AudioProcessor |
CVSTClient | Can be used to retrieve information about a VST that is wrapped by an AudioProcessor |
►CExtraLookAndFeelBaseClasses | This class is used to hold a few look and feel base classes which are associated with classes that may not be present because they're from modules other than juce_gui_basics |
CAudioDeviceSelectorComponentMethods | This abstract base class is implemented by LookAndFeel classes |
CKeyMappingEditorComponentMethods | This abstract base class is implemented by LookAndFeel classes |
CLassoComponentMethods | This abstract base class is implemented by LookAndFeel classes |
►CFile | Represents a local file or directory |
CNaturalFileComparator | Comparator for files |
CFileBasedDocument | A class to take care of the logic involved with the loading/saving of some kind of document |
►CFileBrowserComponent | A component for browsing and selecting a file or directory to open or save |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide various file-browser layout and drawing methods |
CFileBrowserListener | A listener for user selection events in a file browser |
►CFileChooser | Creates a dialog box to choose a file or directory to load or save |
CPimpl | |
CFileChooserDialogBox | A file open/save dialog box |
CFileDragAndDropTarget | Components derived from this class can have files dropped onto them by an external application |
CFileFilter | Interface for deciding which files are suitable for something |
CFileInputSource | A type of InputSource that represents a normal file |
CFileInputStream | An input stream that reads from a local file |
CFileListComponent | A component that displays the files in a directory as a listbox |
CFileLogger | A simple implementation of a Logger that writes to a file |
►CFilenameComponent | Shows a filename as an editable text box, with a 'browse' button and a drop-down list for recently selected files |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes |
CFilenameComponentListener | Listens for events happening to a FilenameComponent |
CFileOutputStream | An output stream that writes into a local file |
CFilePreviewComponent | Base class for components that live inside a file chooser dialog box and show previews of the files that get selected |
CFileSearchPath | Represents a set of folders that make up a search path |
CFileSearchPathListComponent | Shows a set of file paths in a list, allowing them to be added, removed or re-ordered |
CFileTreeComponent | A component that displays the files in a directory as a treeview |
CFillType | Represents a colour or fill pattern to use for rendering paths |
CFlacAudioFormat | Reads and writes the lossless-compression FLAC audio format |
CFlexBox | Represents a FlexBox container, which contains and manages the layout of a set of FlexItem objects |
►CFlexItem | Describes the properties of an item inside a FlexBox container |
CMargin | Represents a margin |
CFloatVectorOperations | A collection of simple vector operations on arrays of floats, accelerated with SIMD instructions where possible |
CFocusChangeListener | Classes can implement this interface and register themselves with the Desktop class to receive callbacks when the currently focused component changes |
►CFocusOutline | Adds a focus outline to a component |
COutlineWindowProperties | Defines the focus outline window properties |
CFocusTraverser | Controls the order in which focus moves between components |
CFont | Represents a particular font, including its size, style, etc |
CFragmentOverlay | |
CGenericAudioProcessorEditor | A type of UI component that displays the parameters of an AudioProcessor as a simple list of sliders, combo boxes and switches |
CGenericInterpolator | An interpolator base class for resampling streams of floats |
CGenericScopedLock | Automatically locks and unlocks a mutex object |
CGenericScopedTryLock | Automatically locks and unlocks a mutex object |
CGenericScopedUnlock | Automatically unlocks and re-locks a mutex object |
CGIFImageFormat | A subclass of ImageFileFormat for reading GIF files |
CGlobalRef | |
CGlowEffect | A component effect that adds a coloured blur around the component's contents |
CGlyphArrangement | A set of glyphs, each with a position |
►CGraphics | A graphics context, used for drawing a component or image |
CScopedSaveState | Uses RAII to save and restore the state of a graphics context |
►CGrid | Container that handles geometry for grid layouts (fixed columns and rows) using a set of declarative rules |
CFr | A fractional ratio integer |
CPx | A size in pixels |
CTrackInfo | Represents a track |
►CGridItem | Defines an item in a Grid |
CMargin | Represents a margin |
CProperty | Represents a property |
CSpan | Represents a span |
CStartAndEndProperty | Represents start and end properties |
►CGroupComponent | A component that draws an outline around itself and has an optional title at the top, for drawing an outline around a group of controls |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes |
CGZIPCompressorOutputStream | A stream which uses zlib to compress the data written into it |
CGZIPDecompressorInputStream | This stream will decompress a source-stream using zlib |
►CHashMap | Holds a set of mappings between some key/value pairs |
CHashEntry | |
CIterator | Iterates over the items in a HashMap |
CHeapBlock | Very simple container class to hold a pointer to some data on the heap |
►CHeavyweightLeakedObjectDetector | This class is a useful way of tracking down hard to find memory leaks when the regular LeakedObjectDetector isn't enough |
CBacktraceMapHolder | |
CHiddenMessageWindow | |
►CHighResolutionTimer | A high-resolution periodic timer |
►CPimpl | |
CClock | |
CHostedAudioProcessorParameter | A parameter with functions that are useful for plugin hosts |
CHostProvidedContextMenu | This wraps a context menu for a specific parameter, as provided by the host |
CHWNDComponent | A Windows-specific class that can create and embed a HWND inside itself |
CHyperlinkButton | A button showing an underlined weblink, that will launch the link when it's clicked |
CIdentifier | Represents a string identifier, designed for accessing properties by name |
CIIRCoefficients | A set of coefficients for use in an IIRFilter object |
CIIRFilter | An IIR filter that can perform low, high, or band-pass filtering on an audio signal, and which attempts to implement basic thread-safety |
CIIRFilterAudioSource | An AudioSource that performs an IIR filter on another source |
CIIRFilterBase | An IIR filter that can perform low, high, or band-pass filtering on an audio signal |
►CImage | Holds a fixed-size bitmap |
►CBitmapData | Retrieves a section of an image as raw pixel data, so it can be read or written to |
CBitmapDataReleaser | Used internally by custom image types to manage pixel data lifetime |
►CImageButton | As the title suggests, this is a button containing an image |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes |
CImageCache | A global cache of images that have been loaded from files or memory |
CImageComponent | A component that simply displays an image |
CImageConvolutionKernel | Represents a filter kernel to use in convoluting an image |
CImageEffectFilter | A graphical effect filter that can be applied to components |
CImageFileFormat | Base-class for codecs that can read and write image file formats such as PNG, JPEG, etc |
►CImagePixelData | This is a base class for holding image data in implementation-specific ways |
CListener | Used to receive callbacks for image data changes |
CImagePreviewComponent | A simple preview component that shows thumbnails of image files |
CImageType | This base class is for handlers that control a type of image manipulation format, e.g |
►CInAppPurchases | Provides in-app purchase functionality |
CDownload | IOS only: represents in-app purchase download |
►CListener | Represents an object that gets notified about events such as product info returned or product purchase finished |
CPurchaseInfo | Structure holding purchase information |
CProduct | Represents a product available in the store |
CPurchase | Represents a purchase of a product in the store |
CInputSource | A lightweight object that can create a stream to read some kind of resource |
CInputStream | The base class for streams that read data |
►CInterpolators | A collection of different interpolators for resampling streams of floats |
CCatmullRomTraits | |
CLagrangeTraits | |
CLinearTraits | |
CWindowedSincTraits | |
CZeroOrderHoldTraits | |
CInterprocessConnection | Manages a simple two-way messaging connection to another process, using either a socket or a named pipe as the transport medium |
CInterprocessConnectionServer | An object that waits for client sockets to connect to a port on this host, and creates InterprocessConnection objects for each one |
►CInterProcessLock | Acts as a critical section which processes can use to block each other |
CPimpl | |
CScopedLockType | Automatically locks and unlocks an InterProcessLock object |
CiOSAudioIODevice | |
CIPAddress | Represents an IP address |
CJavascriptEngine | A simple javascript interpreter! |
CJNIClassBase | |
CJPEGImageFormat | A subclass of ImageFileFormat for reading and writing JPEG files |
CJSON | Contains static methods for converting JSON-formatted text to and from var objects |
CJUCEApplication | An instance of this class is used to specify initialisation and shutdown code for the application |
CJUCEApplicationBase | Abstract base class for application classes |
CJUCESplashScreen | The standard JUCE splash screen component |
CJuceWindowIdentifier | |
CJustification | Represents a type of justification to be used when positioning graphical items |
►CKeyboardComponentBase | A base class for drawing a custom MIDI keyboard component |
CNoteAndVelocity | This structure is returned by the getNoteAndVelocityAtPosition() method |
CKeyboardFocusTraverser | Controls the order in which keyboard focus moves between components |
CKeyGeneration | Contains static utilities for generating key-files that can be unlocked by the OnlineUnlockStatus class |
CKeyListener | Receives callbacks when keys are pressed |
CKeyMappingEditorComponent | A component to allow editing of the keymaps stored by a KeyPressMappingSet object |
CKeyPress | Represents a key press, including any modifier keys that are needed |
►CKeyPressMappingSet | Manages and edits a list of keypresses, which it uses to invoke the appropriate command in an ApplicationCommandManager |
CCommandMapping | |
CKeyPressTime | |
►CKnownPluginList | Manages a list of plugin types |
CCustomScanner | Class to define a custom plugin scanner |
CPluginTree | A structure that recursively holds a tree of plugins |
►CLabel | A component that displays a text string, and can optionally become a text editor when clicked |
CListener | A class for receiving events from a Label |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide label drawing functionality |
CLAMEEncoderAudioFormat | An AudioFormat class which can use an installed version of the LAME mp3 encoder to encode a file |
CLassoComponent | A component that acts as a rectangular selection region, which you drag with the mouse to select groups of objects (in conjunction with a SelectedItemSet) |
CLassoSource | A class used by the LassoComponent to manage the things that it selects |
►CLeakedObjectDetector | Embedding an instance of this class inside another class can be used as a low-overhead way of detecting leaked instances |
CLeakCounter | |
CLine | Represents a line |
►CLinkedListPointer | Helps to manipulate singly-linked lists of objects |
CAppender | Allows efficient repeated insertions into a list |
CListBox | A list of items that can be scrolled vertically |
CListBoxModel | A subclass of this is used to drive a ListBox |
►CListenerList | Holds a set of objects and can invoke a member function callback on each object in the set with a single call |
CDummyBailOutChecker | A dummy bail-out checker that always returns false |
CIterator | Iterates the listeners in a ListenerList |
CLocalisedStrings | Used to convert strings to localised foreign-language versions |
CLocalRef | |
CLogger | Acts as an application-wide logging class |
►CLookAndFeel | LookAndFeel objects define the appearance of all the JUCE widgets, and subclasses can be used to apply different 'skins' to the application |
CColourSetting | |
CLookAndFeel_V1 | The original JUCE look-and-feel, as used back from 2002 to about 2007ish |
CLookAndFeel_V2 | This LookAndFeel subclass implements the juce style from around 2008-12 |
CLookAndFeel_V3 | The latest JUCE look-and-feel style, as introduced in 2013 |
►CLookAndFeel_V4 | The latest JUCE look-and-feel style, as introduced in 2017 |
CColourScheme | A struct containing the set of colours to apply to the GUI |
CLowLevelGraphicsContext | Interface class for graphics context objects, used internally by the Graphics class |
►CLowLevelGraphicsPostScriptRenderer | An implementation of LowLevelGraphicsContext that turns the drawing operations into a PostScript document |
CSavedState | Describes a saved state |
CLowLevelGraphicsSoftwareRenderer | A lowest-common-denominator implementation of LowLevelGraphicsContext that does all its rendering in memory |
CLuaTokeniser | @tags{GUI} |
CMACAddress | Represents a MAC network card adapter address ID |
►CMarkerList | Holds a set of named marker points along a one-dimensional axis |
CListener | A class for receiving events when changes are made to a MarkerList |
CMarker | Represents a marker in a MarkerList |
CMarkerListHolder | A base class for objects that want to provide a MarkerList |
CValueTreeWrapper | Forms a wrapper around a ValueTree that can be used for storing a MarkerList |
CMathConstants | Commonly used mathematical constants |
CMatrix3D | A 4x4 3D transformation matrix |
CMaxNumFileHandlesInitialiser | |
CMD5 | MD5 checksum class |
CMemoryAudioSource | An AudioSource which takes some float audio data as an input |
CMemoryBlock | A class to hold a resizable block of raw data |
CMemoryInputStream | Allows a block of data to be accessed as a stream |
CMemoryMappedAudioFormatReader | A specialised type of AudioFormatReader that uses a MemoryMappedFile to read directly from an audio file |
CMemoryMappedFile | Maps a file into virtual memory for easy reading and/or writing |
CMemoryOutputStream | Writes data to an internal memory buffer, which grows as required |
CMenuBarComponent | A menu bar component |
►CMenuBarModel | A class for controlling MenuBar components |
CListener | A class to receive callbacks when a MenuBarModel changes |
CMessage | The base class for objects that can be sent to a MessageListener |
CMessageBoxOptions | Class used to create a set of options to pass to the AlertWindow and NativeMessageBox methods for showing dialog boxes |
CMessageListener | MessageListener subclasses can post and receive Message objects |
►CMessageManager | This class is in charge of the application's event-dispatch loop |
CLock | A lock you can use to lock the message manager |
CMessageBase | Internal class used as the base class for all message objects |
CMessageManagerLock | Used to make sure that the calling thread has exclusive access to the message loop |
CMessageQueue | |
CMessageThread | |
CMetaSuperFn | |
CMetaSuperFn< T, false > | |
CMidiBuffer | Holds a sequence of time-stamped midi events |
CMidiBufferIterator | An iterator to move over contiguous raw MIDI data, which Allows iterating over a MidiBuffer using C++11 range-for syntax |
CMidiDataConcatenator | Helper class that takes chunks of incoming midi bytes, packages them into messages, and dispatches them to a midi callback |
CMidiDeviceInfo | This struct contains information about a MIDI input or output device |
CMidiFile | Reads/writes standard midi format files |
CMidiInput | Represents a midi input device |
CMidiInputCallback | Receives incoming messages from a physical MIDI input device |
CMidiKeyboardComponent | A component that displays a piano keyboard, whose notes can be clicked on |
►CMidiKeyboardState | Represents a piano keyboard, keeping track of which keys are currently pressed |
CListener | Receives events from a MidiKeyboardState object |
►CMidiMessage | Encapsulates a MIDI message |
CVariableLengthValue | Holds information about a variable-length value which was parsed from a stream of bytes |
CMidiMessageCollector | Collects incoming realtime MIDI messages and turns them into blocks suitable for processing by a block-based audio callback |
CMidiMessageMetadata | A view of MIDI message data stored in a contiguous buffer |
►CMidiMessageSequence | A sequence of timestamped midi messages |
CMidiEventHolder | Structure used to hold midi events in the sequence |
►CMidiOutput | Represents a midi output device |
CPendingMessage | |
►CMidiRPNDetector | Parses a stream of MIDI data to assemble RPN and NRPN messages from their constituent MIDI CC messages |
CChannelState | |
CMidiRPNGenerator | Generates an appropriate sequence of MIDI CC messages to represent an RPN or NRPN message |
CMidiRPNMessage | Represents a MIDI RPN (registered parameter number) or NRPN (non-registered parameter number) message |
CMixerAudioSource | An AudioSource that mixes together the output of a set of other AudioSources |
CModalCallbackFunction | This class provides some handy utility methods for creating ModalComponentManager::Callback objects that will invoke a static function with some parameters when a modal component is dismissed |
►CModalComponentManager | Manages the system's stack of modal components |
CCallback | Receives callbacks when a modal component is dismissed |
CModifierKeys | Represents the state of the mouse buttons and modifier keys |
CMountedVolumeListChangeDetector | An instance of this class will provide callbacks when drives are mounted or unmounted on the system |
CMouseCursor | Represents a mouse cursor image |
CMouseEvent | Contains position and status information about a mouse event |
►CMouseInactivityDetector | This object watches for mouse-events happening within a component, and if the mouse remains still for long enough, triggers an event to indicate that it has become inactive |
CListener | Classes should implement this to receive callbacks from a MouseInactivityDetector when the mouse becomes active or inactive |
CMouseInputSource | Represents a linear source of mouse events from a mouse device or individual finger in a multi-touch environment |
CMouseListener | A MouseListener can be registered with a component to receive callbacks about mouse events that happen to that component |
CMouseWheelDetails | Contains status information about a mouse wheel event |
CMP3AudioFormat | Software-based MP3 decoding format (doesn't currently provide an encoder) |
►CMPEChannelAssigner | This class handles the assignment of new MIDI notes to member channels of an active MPE zone |
CMidiChannel | |
CMPEChannelRemapper | This class handles the logic for remapping MIDI note messages from multiple MPE sources onto a specified MPE zone |
►CMPEInstrument | This class represents an instrument handling MPE |
CLegacyMode | |
CListener | Derive from this class to be informed about any changes in the MPE notes played by this instrument, and any changes to its zone layout |
CMPEDimension | |
CMPEKeyboardComponent | A component that displays an MPE-compatible keyboard, whose notes can be clicked on |
CMPEMessages | This helper class contains the necessary helper functions to generate MIDI messages that are exclusive to MPE, such as defining the upper and lower MPE zones and setting per-note and master pitchbend ranges |
CMPENote | This struct represents a playing MPE note |
CMPESynthesiser | Base class for an MPE-compatible musical device that can play sounds |
CMPESynthesiserBase | Derive from this class to create a basic audio generator capable of MPE |
CMPESynthesiserVoice | Represents an MPE voice that an MPESynthesiser can use to play a sound |
CMPEValue | This class represents a single value for any of the MPE dimensions of control |
CMPEZone | This struct represents an MPE zone |
►CMPEZoneLayout | This class represents the current MPE zone layout of a device capable of handling MPE |
CListener | Listener class |
CMultiChoicePropertyComponent | A PropertyComponent that shows its value as an expandable list of ToggleButtons |
CMultiDocumentPanel | A component that contains a set of other components either in floating windows or tabs |
CMultiDocumentPanelWindow | This is a derivative of DocumentWindow that is used inside a MultiDocumentPanel component |
CMultiTimer | A type of timer class that can run multiple timers with different frequencies, all of which share a single callback |
►CMultiTouchMapper | |
CTouchInfo | |
CNamedPipe | A cross-process pipe that can have data written to and read from it |
►CNamedValueSet | Holds a set of named var objects |
CNamedValue | Structure for a named var object |
CNativeImageType | An image storage type which holds the pixels using whatever is the default storage format on the current platform |
CNativeMessageBox | This class contains some static methods for showing native alert windows |
CNeedsStret | |
CNeedsStret< void > | |
►CNetworkServiceDiscovery | Contains classes that implement a simple protocol for broadcasting the availability and location of a discoverable service on the local network, and for maintaining a list of known services |
CAdvertiser | An object which runs a thread to repeatedly broadcast the existence of a discoverable service |
CAvailableServiceList | Watches the network for broadcasts from Advertiser objects, and keeps a list of all the currently active instances |
CService | Contains information about a service that has been found on the network |
CNewLine | This class is used for represent a new-line character sequence |
CNormalisableRange | Represents a mapping between an arbitrary range of values and a normalised 0->1 range |
CNSObjectDeleter | |
CNSViewCallbackInterface | |
CNSViewComponent | A Mac-specific class that can create and embed an NSView inside itself |
CNSViewFrameChangeCallbackClass | |
CNSViewFrameWatcher | |
CNullCheckedInvocation | Some helper methods for checking a callable object before invoking with the specified arguments |
CObjCBlock | |
CObjCClass | |
CObjCObjectHandle | |
COggVorbisAudioFormat | Reads and writes the Ogg-Vorbis audio format |
COnlineUnlockForm | Acts as a GUI which asks the user for their details, and calls the appropriate methods on your OnlineUnlockStatus object to attempt to register the app |
►COnlineUnlockStatus | A base class for online unlocking systems |
CMachineIDUtilities | This class contains some utility functions that might help with machine ID generation |
CUnlockResult | This provides some details about the reply that the server gave in a call to attemptWebserverUnlock() |
COpenGLAppComponent | A base class for writing simple one-page graphical apps |
►COpenGLContext | Creates an OpenGL context, which can be attached to a component |
CAsyncWorker | |
CAsyncWorkerFunctor | |
►CNativeContext | |
CDummyComponent | |
CLocker | |
CMouseForwardingNSOpenGLViewClass | |
COpenGLExtensionFunctions | This class contains a generated list of OpenGL extension functions, which are either dynamically loaded for a specific GL context, or simply call-through to the appropriate OS function where available |
COpenGLFrameBuffer | Creates an openGL frame buffer |
COpenGLGraphicsContextCustomShader | Used to create custom shaders for use with an openGL 2D rendering context |
COpenGLHelpers | A set of miscellaneous openGL helper functions |
COpenGLImageType | A type of ImagePixelData that stores its image data in an OpenGL framebuffer, allowing a JUCE Image object to wrap a framebuffer |
COpenGLPixelFormat | Represents the various properties of an OpenGL pixel format |
COpenGLRenderer | A base class that should be implemented by classes which want to render openGL on a background thread |
►COpenGLShaderProgram | Manages an OpenGL shader program |
CAttribute | Represents an openGL vertex attribute value |
CUniform | Represents an openGL uniform value |
COpenGLTexture | Creates an openGL texture from an Image |
COptionalScopedPointer | Holds a pointer to an object which can optionally be deleted when this pointer goes out of scope |
COSCAddress | An OSC address |
COSCAddressPattern | An OSC address pattern |
COSCArgument | An OSC argument |
►COSCBundle | An OSC bundle |
CElement | An OSC bundle element |
COSCColour | Holds a 32-bit RGBA colour for passing to and from an OSCArgument |
COSCException | Base class for exceptions that can be thrown by methods in the OSC module |
COSCFormatError | Exception type thrown when the OSC module fails to parse something because of a data format not compatible with the OpenSoundControl 1.0 specification |
COSCInternalError | Exception type thrown in cases of unexpected errors in the OSC module |
COSCMessage | An OSC Message |
►COSCReceiver | A class for receiving OSC data |
CListener | A class for receiving OSC data from an OSCReceiver |
CListenerWithOSCAddress | A class for receiving only those OSC messages from an OSCReceiver that match a given OSC address |
CMessageLoopCallback | Use this struct as the template parameter for Listener and ListenerWithOSCAddress to receive incoming OSC data on the message thread |
CRealtimeCallback | Use this struct as the template parameter for Listener and ListenerWithOSCAddress to receive incoming OSC data immediately after it arrives, called directly on the network thread that listens to incoming OSC traffic |
COSCSender | An OSC message sender |
COSCTimeTag | An OSC time tag |
COSCTypes | The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification |
COutputStream | The base class for streams that write data to some kind of destination |
COwnedArray | An array designed for holding objects |
CParallelogram | Represents a parallelogram that is defined by 3 points |
CParameterAttachment | Used to implement 'attachments' or 'controllers' that link a plug-in parameter to a UI element |
CParameterID | Combines a parameter ID and a version hint |
►CPath | A path is a sequence of lines and curves that may either form a closed shape or be open-ended |
CIterator | Iterates the lines and curves that a path contains |
CPathBounds | |
CPathFlatteningIterator | Flattens a Path object into a series of straight-line sections |
CPathStrokeType | Describes a type of stroke used to render a solid outline along a path |
CPenDetails | Contains status information about a pen event |
►CPerformanceCounter | A timer for measuring performance of code and dumping the results to a file |
CStatistics | Holds the current statistics |
CPixelAlpha | Represents an 8-bit single-channel pixel, and can perform compositing operations on it |
►CPixelARGB | Represents a 32-bit INTERNAL pixel with premultiplied alpha, and can perform compositing operations with it |
CComponents | |
CPixelRGB | Represents a 24-bit RGB pixel, and can perform compositing operations on it |
CPluginDescription | A small class to represent some facts about a particular type of plug-in |
CPluginDirectoryScanner | Scans a directory for plugins, and adds them to a KnownPluginList |
CPluginHostType | A useful utility class to determine the host or DAW in which your plugin is loaded |
CPluginListComponent | A component displaying a list of plugins, with options to scan for them, add, remove and sort them |
CPNGImageFormat | A subclass of ImageFileFormat for reading and writing PNG files |
CPoint | A pair of (x, y) coordinates |
►CPopupMenu | Creates and displays a popup-menu |
CCustomCallback | A user-defined callback that can be used for specific items in a popup menu |
CCustomComponent | A user-defined component that can be used as an item in a popup menu |
CItem | Describes a popup menu item |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide menu drawing functionality |
CMenuItemIterator | Allows you to iterate through the items in a pop-up menu, and examine their properties |
COptions | Class used to create a set of options to pass to the show() method |
CPositionableAudioSource | A type of AudioSource which can be repositioned |
CPositionedGlyph | A glyph from a particular font, with a particular size, style, typeface and position |
CPreferencesPanel | A component with a set of buttons at the top for changing between pages of preferences |
CPrimes | Prime number creation class |
CProcess | Represents the current executable's process |
►CProgressBar | A progress bar component |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes |
►CPropertiesFile | Wrapper on a file that stores a list of key/value data pairs |
COptions | Structure describing properties file options |
►CPropertyComponent | A base class for a component that goes in a PropertyPanel and displays one of an item's properties |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes |
CPropertyPanel | A panel that holds a list of PropertyComponent objects |
CPropertySet | A set of named property values, which can be strings, integers, floating point, etc |
►CPushNotifications | Singleton class responsible for push notifications functionality |
CChannel | Android API level 26 or higher only: Represents notification channel through which notifications will be sent |
CChannelGroup | Android API level 26 or higher only: represents a channel group |
CListener | Register a listener (ideally on application startup) to receive information about notifications received and any callbacks to async functions called |
►CNotification | Represents a notification that can be sent or received |
CAction | Represents an action on a notification that can be presented as a button or a text input |
CLedBlinkPattern | Allows to control the time the device's led is on and off |
CProgress | Used to represent a progress of some operation |
►CSettings | Describes settings we want to use for current device |
CCategory | Describes a category of a notification |
CQuaternion | Holds a quaternion (a 3D vector and a scalar value) |
CRandom | A random number generator |
CRange | A general-purpose range object, that simply represents any linear range with a start and end point |
CRangedAudioParameter | This abstract base class is used by some AudioProcessorParameter helper classes |
CRangedAudioParameterAttributes | |
CRangedDirectoryIterator | Allows iterating over files and folders using C++11 range-for syntax |
►CReadWriteLock | A critical section that allows multiple simultaneous readers |
CThreadRecursionCount | |
CRecentlyOpenedFilesList | Manages a set of files for use as a list of recently-opened documents |
CRectangle | Manages a rectangle and allows geometric operations to be performed on it |
CRectangleList | Maintains a set of rectangles as a complex region |
CRectanglePlacement | Defines the method used to position some kind of rectangular object within a rectangular viewport |
CReferenceCountedArray | Holds a list of objects derived from ReferenceCountedObject, or which implement basic reference-count handling methods |
CReferenceCountedObject | A base class which provides methods for reference-counting |
CReferenceCountedObjectPtr | A smart-pointer class which points to a reference-counted object |
►CRelativeCoordinate | Expresses a coordinate as a dynamically evaluated expression |
CStandardStrings | |
CStrings | A set of static strings that are commonly used by the RelativeCoordinate class |
►CRelativeCoordinatePositionerBase | Base class for Component::Positioners that are based upon relative coordinates |
CComponentScope | Used for resolving a RelativeCoordinate expression in the context of a component |
CRelativeParallelogram | A parallelogram defined by three RelativePoint positions |
CRelativePoint | An X-Y position stored as a pair of RelativeCoordinate values |
►CRelativePointPath | A path object that consists of RelativePoint coordinates rather than the normal fixed ones |
CCloseSubPath | Class for the close sub path element |
CCubicTo | Class for the cubic to element |
CElementBase | Base class for the elements that make up a RelativePointPath |
CLineTo | Class for the line to element |
CQuadraticTo | Class for the quadratic to element |
CStartSubPath | Class for the start sub path element |
CRelativeRectangle | A rectangle stored as a set of RelativeCoordinate values |
CRelativeTime | A relative measure of time |
►CResamplingAudioSource | A type of AudioSource that takes an input source and changes its sample rate |
CFilterState | |
CReservoir | Helper functions for managing buffered readers |
►CResizableBorderComponent | A component that resizes its parent component when dragged |
CZone | Represents the different sections of a resizable border, which allow it to resized in different ways |
CResizableCornerComponent | A component that resizes a parent component when dragged |
CResizableEdgeComponent | A component that resizes its parent component when dragged |
►CResizableWindow | A base class for top-level windows that can be dragged around and resized |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality |
CResult | Represents the 'success' or 'failure' of an operation, and holds an associated error message to describe the error when there's a failure |
►CReverb | Performs a simple reverb effect on a stream of audio data |
CAllPassFilter | |
CCombFilter | |
CParameters | Holds the parameters being used by a Reverb object |
CReverbAudioSource | An AudioSource that uses the Reverb class to apply a reverb to another AudioSource |
CRSAKey | RSA public/private key-pair encryption class |
CRuntimePermissions | |
CSamplerSound | A subclass of SynthesiserSound that represents a sampled audio clip |
CSamplerVoice | A subclass of SynthesiserVoice that can play a SamplerSound |
CScaledImage | An image that will be resampled before it is drawn |
CScopedAutoReleasePool | A handy C++ wrapper that creates and deletes an NSAutoreleasePool object using RAII |
CScopedDPIAwarenessDisabler | A Windows-specific class that temporarily sets the DPI awareness context of the current thread to be DPI unaware and resets it to the previous context when it goes out of scope |
CScopedJuceInitialiser_GUI | A utility object that helps you initialise and shutdown JUCE correctly using an RAII pattern |
CScopedLowPowerModeDisabler | Disables low-power-mode for the duration of an instance's lifetime |
CScopedNoDenormals | Helper class providing an RAII-based mechanism for temporarily disabling denormals on your CPU |
CScopedReadLock | Automatically locks and unlocks a ReadWriteLock object |
CScopedThreadDPIAwarenessSetter | |
CScopedTimeMeasurement | Simple RAII class for measuring the time spent in a scope |
CScopedValueSetter | Helper class providing an RAII-based mechanism for temporarily setting and then re-setting a value |
CScopedWriteLock | Automatically locks and unlocks a ReadWriteLock object |
►CScrollBar | A scrollbar component |
CListener | A class for receiving events from a ScrollBar |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide scrollbar-drawing functionality |
CSelectedItemSet | Manages a list of selectable items |
CSettableTooltipClient | An implementation of TooltipClient that stores the tooltip string and a method for changing it |
CSHA256 | SHA-256 secure hash generator |
CShapeButton | A button that contains a filled shape |
►CSharedResourcePointer | A smart-pointer that automatically creates and manages the lifetime of a shared static instance of a class |
CSharedObjectHolder | |
►CSidePanel | A component that is positioned on either the left- or right-hand side of its parent, containing a header and some content |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide SidePanel drawing functionality |
CSingleThreadedAbstractFifo | Encapsulates the logic for a single-threaded FIFO |
CSingleThreadedIIRFilter | An IIR filter that can perform low, high, or band-pass filtering on an audio signal, with no thread-safety guarantees |
CSingleThreadedReferenceCountedObject | Adds reference-counting to an object |
CSingletonHolder | Used by the JUCE_DECLARE_SINGLETON macros to manage a static pointer to a singleton instance |
►CSlider | A slider control for changing a value |
CListener | A class for receiving callbacks from a Slider |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide slider drawing functionality |
CRotaryParameters | Structure defining rotary parameters for a slider |
CScopedDragNotification | An RAII class for sending slider listener drag messages |
CSliderLayout | A struct defining the placement of the slider area and the text box area relative to the bounds of the whole Slider component |
CSliderParameterAttachment | An object of this class maintains a connection between a Slider and a plug-in parameter |
CSliderPropertyComponent | A PropertyComponent that shows its value as a slider |
CSmoothedValue | A utility class for values that need smoothing to avoid audio glitches |
►CSmoothedValueBase | A base class for the smoothed value classes |
CFloatTypeHelper | |
CFloatTypeHelper< SmoothedValueClass< FloatType > > | |
CFloatTypeHelper< SmoothedValueClass< FloatType, SmoothingType > > | |
CSoftwareImageType | An image storage type which holds the pixels in-memory as a simple block of values |
CSortedSet | Holds a set of unique primitive objects, such as ints or doubles |
CSoundPlayer | A simple sound player that you can add to the AudioDeviceManager to play simple sounds |
CSparseSet | Holds a set of primitive values, storing them as a set of ranges |
►CSpeakerMappings | Structure for VST speaker mappings |
CMapping | Structure describing a mapping |
CVstSpeakerConfigurationHolder | Class to hold a speaker configuration |
CSpinLock | A simple spin-lock class that can be used as a simple, low-overhead mutex for uncontended situations |
CSplashScreen | A component for showing a splash screen while your app starts up |
►CStandaloneFilterWindow | A class that can be used to run a simple standalone application containing your filter |
CDecoratorConstrainer | |
►CMainContentComponent | |
CNotificationArea | |
►CStandalonePluginHolder | An object that creates and plays a standalone instance of an AudioProcessor |
►CCallbackMaxSizeEnforcer | |
CGetChannelWithOffset | |
CPluginInOuts | Structure used for the number of inputs and outputs |
CSettingsComponent | |
►CStatisticsAccumulator | A class that measures various statistics about a series of floating point values that it is given |
CKahanSum | |
CStreamingSocket | A wrapper for a streaming (TCP) socket |
►CStretchableLayoutManager | For laying out a set of components, where the components have preferred sizes and size limits, but where they are allowed to stretch to fill the available space |
CItemLayoutProperties | |
►CStretchableLayoutResizerBar | A component that acts as one of the vertical or horizontal bars you see being used to resize panels in a window |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes |
►CStretchableObjectResizer | A utility class for fitting a set of objects whose sizes can vary between a minimum and maximum size, into a space |
CItem | |
►CString | The JUCE String class! |
CPreallocationBytes | |
CStringArray | A special array for holding a list of strings |
CStringPairArray | A container for holding a set of strings which are keyed by another string |
CStringPool | A StringPool holds a set of shared strings, which reduces storage overheads and improves comparison speed when dealing with many duplicate strings |
CStringRef | A simple class for holding temporary references to a string literal or String |
CSubregionStream | Wraps another input stream, and reads from a specific part of it |
CSurfaceHolderCallback | |
CSynthesiser | Base class for a musical device that can play sounds |
CSynthesiserSound | Describes one of the sounds that a Synthesiser can play |
CSynthesiserVoice | Represents a voice that a Synthesiser can use to play a SynthesiserSound |
CSystemAudioVolume | Contains functions to control the system's master volume |
CSystemClipboard | Handles reading/writing to the system's clipboard |
CSystemStats | Contains methods for finding out about the current hardware and OS configuration |
CSystemTrayIconComponent | This component sits in the taskbar tray as a small icon |
CTabBarButton | In a TabbedButtonBar, this component is used for each of the buttons |
►CTabbedButtonBar | A vertical or horizontal bar containing tabs that you can select |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality |
CTabInfo | |
CTabbedComponent | A component with a TabbedButtonBar along one of its sides |
►CTableHeaderComponent | A component that displays a strip of column headings for a table, and allows these to be resized, dragged around, etc |
CColumnInfo | |
CListener | Receives events from a TableHeaderComponent when columns are resized, moved, etc |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes |
CTableListBox | A table of cells, using a TableHeaderComponent as its header |
CTableListBoxModel | One of these is used by a TableListBox as the data model for the table's contents |
CTemporaryFile | Manages a temporary file, which will be deleted when this object is deleted |
CTextButton | A button that uses the standard lozenge-shaped background with a line of text on it |
►CTextDiff | Calculates and applies a sequence of changes to convert one text string into another |
CChange | Describes a change, which can be either an insertion or deletion |
CTextDragAndDropTarget | Components derived from this class can have text dropped onto them by an external application |
►CTextEditor | An editable text box |
CInputFilter | Base class for input filters that can be applied to a TextEditor to restrict the text that can be entered |
CLengthAndCharacterRestriction | An input filter for a TextEditor that limits the length of text and/or the characters that it may contain |
CListener | Receives callbacks from a TextEditor component when it changes |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality |
CTextEditorKeyMapper | This class is used to invoke a range of text-editor navigation methods on an object, based upon a keypress event |
CTextInputTarget | An abstract base class which can be implemented by components that function as text editors |
►CTextLayout | A Pre-formatted piece of text, which may contain multiple fonts and colours |
CDereferencingIterator | |
CGlyph | A positioned glyph |
CLine | A line containing a sequence of glyph-runs |
CRun | A sequence of glyphs with a common font and colour |
►CTextPropertyComponent | A PropertyComponent that shows its value as editable text |
CListener | Used to receive callbacks for text changes |
►CThread | Encapsulates a thread |
CListener | Used to receive callbacks for thread exit calls |
►CThreadedAnalyticsDestination | A base class for dispatching analytics events on a dedicated thread |
CEventDispatcher | |
►CThreadLocalValue | Provides cross-platform support for thread-local objects |
CObjectHolder | |
►CThreadPool | A set of threads that will run a list of jobs |
CJobSelector | A callback class used when you need to select which ThreadPoolJob objects are suitable for some kind of operation |
CThreadPoolJob | A task that is executed by a ThreadPool object |
CThreadWithProgressWindow | A thread that automatically pops up a modal dialog box with a progress bar and cancel button while it's busy running |
CTime | Holds an absolute date and time |
CTimer | Makes repeated callbacks to a virtual method at a specified time interval |
CTimeSliceClient | Used by the TimeSliceThread class |
CTimeSliceThread | A thread that keeps a list of clients, and calls each one in turn, giving them all a chance to run some sort of short task |
CToggleButton | A button that can be toggled on/off |
CToneGeneratorAudioSource | A simple AudioSource that generates a sine wave |
►CToolbar | A toolbar component |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes |
CToolbarButton | A type of button designed to go on a toolbar |
CToolbarItemComponent | A component that can be used as one of the items in a Toolbar |
CToolbarItemFactory | A factory object which can create ToolbarItemComponent objects |
CToolbarItemPalette | A component containing a list of toolbar items, which the user can drag onto a toolbar to add them |
CTooltipClient | Components that want to use pop-up tooltips should implement this interface |
►CTooltipWindow | A window that displays a pop-up tooltip when the mouse hovers over another component |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality |
CTopLevelWindow | A base class for top-level windows |
CTracktionMarketplaceStatus | An implementation of the OnlineUnlockStatus class which talks to the Tracktion Marketplace server |
►CTreeView | A tree-view component |
CLookAndFeelMethods | This abstract base class is implemented by LookAndFeel classes to provide TreeView drawing functionality |
►CTreeViewItem | An item in a TreeView |
COpennessRestorer | This handy class takes a copy of a TreeViewItem's openness when you create it, and restores that openness state when its destructor is called |
CTypeface | A typeface represents a size-independent font |
CUIAExpandCollapseProvider | |
CUIAGridItemProvider | |
CUIAGridProvider | |
CUIAInvokeProvider | |
CUIAProviderBase | |
CUIARangeValueProvider | |
CUIASelectionItemProvider | |
CUIASelectionProvider | |
►CUIATextProvider | |
CUIATextRangeProvider | |
CUIAToggleProvider | |
CUIATransformProvider | |
CUIAValueProvider | |
CUIAWindowProvider | |
CUIViewComponent | An iOS-specific class that can create and embed an UIView inside itself |
CUndoableAction | Used by the UndoManager class to store an action which can be done and undone |
CUndoManager | Manages a list of undo/redo commands |
CUnitTest | This is a base class for classes that perform a unit test |
►CUnitTestRunner | Runs a set of unit tests |
CTestResult | Contains the results of a test |
►CURL | Represents a URL and has a bunch of useful functions to manipulate it |
CBookmark | |
CDownloadTask | Represents a download task |
CDownloadTaskListener | Used to receive callbacks for download progress |
CDownloadTaskOptions | Holds options that can be specified when starting a new download with downloadToFile() |
CInputStreamOptions | Class used to create a set of options to pass to the createInputStream() method |
CUpload | |
CURLInputSource | A type of InputSource that represents a URL |
CUuid | A universally unique 128-bit identifier |
CUUIDGetter | |
CUUIDGetter<::IUnknown > | |
►CValue | Represents a shared variant value |
CListener | Receives callbacks when a Value object changes |
CValueSource | Used internally by the Value class as the base class for its shared value objects |
►CValueTree | A powerful tree structure that can be used to hold free-form data, and which can handle its own undo and redo behaviour |
CComparatorAdapter | |
CIterator | Iterator for a ValueTree |
CListener | Listener class for events that happen to a ValueTree |
►CValueTreePropertyWithDefault | This class acts as a wrapper around a property inside a ValueTree |
CSynchronousValueSource | |
CValueTreeSynchroniser | This class can be used to watch for all changes to the state of a ValueTree, and to convert them to a transmittable binary encoding |
►Cvar | A variant class, that can be used to hold a range of primitive values |
CNativeFunctionArgs | This structure is passed to a NativeFunction callback, and contains invocation details about the function's arguments and context |
CValueUnion | |
CVariantConverter | This template-overloaded class can be used to convert between var and custom types |
CVector3D | A three-coordinate vector |
CVideoComponent | A component that can play a movie |
CViewport | A Viewport is used to contain a larger child component, and allows the child to be automatically scrolled around |
CVST3ClientExtensions | An interface to allow an AudioProcessor to implement extended VST3-specific functionality |
CVSTCallbackHandler | An interface to allow an AudioProcessor to send and receive VST specific calls from the host |
►CVSTPluginFormat | Implements a plugin format manager for VSTs |
CExtraFunctions | Base class for some extra functions that can be attached to a VST plugin instance |
CWaitableEvent | Allows threads to wait for events triggered by other threads |
CWavAudioFormat | Reads and Writes WAV format audio files |
►CWeakReference | This class acts as a pointer which will automatically become null if the object to which it points is deleted |
CMaster | This class is embedded inside an object to which you want to attach WeakReference pointers |
CSharedPointer | This class is used internally by the WeakReference class - don't use it directly in your code! |
►CWebBrowserComponent | A component that displays an embedded web browser |
CConstructWithoutPimpl | |
►CWebInputStream | An InputStream which can be used to read from a given URL |
CListener | Used to receive callbacks for POST data send progress |
CWebView2Preferences | Class used to create a set of preferences to pass to the WindowsWebView2WebBrowserComponent wrapper constructor to modify aspects of its behaviour and settings |
CWhirlpool | Whirlpool hash class |
CWildcardFileFilter | A type of FileFilter that works by wildcard pattern matching |
CWindowsHooks | |
CWindowsMediaAudioFormat | Audio format which uses the Windows Media codecs (Windows only) |
CWindowsRegistry | Contains some static helper functions for manipulating the MS Windows registry (Only available on Windows, of course!) |
CWindowsUIAWrapper | |
CWindowsWebView2WebBrowserComponent | If you have enabled the JUCE_USE_WIN_WEBVIEW2 flag then this wrapper will attempt to use the Microsoft Edge (Chromium) WebView2 control instead of IE on Windows |
►CWinRTWrapper | |
CScopedHString | |
CX11Symbols | |
CXEmbedComponent | A Linux-specific class that can embed a foreign X11 widget |
CXmlDocument | Parses a text-based XML document and creates an XmlElement object from it |
►CXmlElement | Used to build a tree of elements representing an XML document |
CGetNextElement | |
CGetNextElementWithTagName | |
CIterator | |
CTextFormat | A struct containing options for formatting the text when representing an XML element as a string |
CXmlAttributeNode | |
CXmlTokeniser | @tags{GUI} |
►CXWindowSystem | |
CDisplayVisuals | |
CVisualAndDepth | |
►CZipFile | Decodes a ZIP file from a stream |
CBuilder | Used to create a new zip file |
COpenStreamCounter | |
CZipEntry | Contains information about one of the entries in a ZipFile |
►NVideoComponent | |
►CPimpl | |
CComponentWatcher | |
►CDirectShowContext | |
CNativeWindow | |
CNativeWindowClass | |
►CDirectShowContext | |
CNativeWindow | |
CNativeWindowClass | |
►CDirectShowContext | |
CNativeWindow | |
CNativeWindowClass | |
►CMediaSession | |
CController | |
CPlaybackState | |
►CPlayer | |
CStateInfo | |
►CPlayer | |
CStateInfo | |
►CMediaSession | |
CController | |
CPlaybackState | |
►CPlayer | |
CStateInfo | |
►CPlayer | |
CStateInfo | |
►CMediaSession | |
CController | |
CPlaybackState | |
►CPlayer | |
CStateInfo | |
►CPlayer | |
CStateInfo | |
►CMediaSession | |
CController | |
CPlaybackState | |
►CPlayer | |
CStateInfo | |
►CPlayer | |
CStateInfo | |
►CMediaSession | |
CController | |
CPlaybackState | |
►CPlayer | |
CStateInfo | |
►CPlayer | |
CStateInfo | |
CPlayerController | |
►CPlayerControllerBase | |
CJucePlayerItemPlaybackStatusObserverClass | |
CJucePlayerStatusObserverClass | |
CPlayerAsyncInitialiser | |
►CPlayerControllerBase | |
CJucePlayerItemPlaybackStatusObserverClass | |
CJucePlayerStatusObserverClass | |
CPlayerAsyncInitialiser | |
►CPlayerControllerBase | |
CJucePlayerItemPlaybackStatusObserverClass | |
CJucePlayerStatusObserverClass | |
CPlayerAsyncInitialiser | |
►CPlayerControllerBase | |
CJucePlayerItemPlaybackStatusObserverClass | |
CJucePlayerStatusObserverClass | |
CPlayerAsyncInitialiser | |
►NVideoRenderers | |
CBase | |
CEVR | |
CVMR7 | |
CActivityLifecycleCallbacks | |
CAndroidInterfaceImplementer | |
►CAndroidRunnable | |
COwner | |
CAsyncUpdater | |
►CAudioManagerOnAudioFocusChangeListener | |
COwner | |
Cb2Draw | |
CComBaseClassHelperBase | |
CComponent | |
CComponentMovementWatcher | |
CDeletedAtShutdown | |
CFirst | |
CGradientType | |
►CImageReaderOnImageAvailableListener | |
COwner | |
CInterleavingType | |
CJuceGLView | |
►CMediaPlayerListener | |
COwner | |
►CMediaRecorderOnErrorListener | |
COwner | |
►CMediaRecorderOnInfoListener | |
COwner | |
CMutexType | |
CObjCClass | |
CProcessContext | |
CReferenceCountingType | |
CSurfaceHolderCallback | |
►CTextureViewSurfaceTextureListener | |
COwner | |
CTimer | |
CTraits | |
CTypeOfCriticalSectionToUse | |
CUIView |