Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
ActionBroadcasterManages a list of ActionListeners, and can send them messages
ActionListenerReceives callbacks to indicate that some kind of event has occurred
ActionListenerListA set of ActionListeners
ActiveXControlComponentA Windows-specific class that can create and embed an ActiveX control inside itself
AffineTransformRepresents a 2D affine-transformation matrix
AiffAudioFormatReads and Writes AIFF format audio files
AlertWindowA window that displays a message and has buttons for the user to react to it
AppleRemoteDeviceA wrapper class for picking up events from an Apple IR remote control device
ApplicationCommandInfoHolds information describing an application command
ApplicationCommandManagerOne of these objects holds a list of all the commands your app can perform, and despatches these commands when needed
ApplicationCommandManagerListenerA listener that receives callbacks from an ApplicationCommandManager when commands are invoked or the command list is changed
ApplicationCommandTargetA command target publishes a list of command IDs that it can perform
ApplicationPropertiesManages a collection of properties
Array< ElementType, TypeOfCriticalSectionToUse >Holds a list of primitive objects, such as ints, doubles, or pointers
ArrayAllocationBase< ElementType >Implements some basic array storage allocation functions
ArrowButtonA button with an arrow in it
AsyncUpdaterHas a callback method that is triggered asynchronously
AudioDataConvertersA set of routines to convert buffers of 32-bit floating point data to and from various integer formats
AudioDeviceManagerManages the state of some audio and midi i/o devices
AudioDeviceSelectorComponentA component containing controls to let the user change the audio settings of an AudioDeviceManager object
AudioDeviceManager::AudioDeviceSetupThis structure holds a set of properties describing the current audio setup
AudioFormatSubclasses of AudioFormat are used to read and write different audio file formats
AudioFormatManagerA class for keeping a list of available audio formats, and for deciding which one to use to open a given file
AudioFormatReaderReads samples from an audio file stream
AudioFormatReaderSourceA type of AudioSource that will read from an AudioFormatReader
AudioFormatWriterWrites samples to an audio file stream
AudioProcessorGraph::AudioGraphIOProcessorA 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
AudioIODeviceBase class for an audio device with synchronised input and output channels
AudioIODeviceCallbackOne of these is passed to an AudioIODevice object to stream the audio data in and out
AudioIODeviceTypeRepresents a type of audio driver, such as DirectSound, ASIO, CoreAudio, etc
AudioPlayHeadA subclass of AudioPlayHead can supply information about the position and status of a moving play head during audio playback
AudioPluginFormatThe base class for a type of plugin format, such as VST, AudioUnit, LADSPA, etc
AudioPluginFormatManagerThis maintains a list of known AudioPluginFormats
AudioPluginInstanceBase class for an active instance of a plugin
AudioProcessorBase class for audio processing filters or plugins
AudioProcessorEditorBase class for the component that acts as the GUI for an AudioProcessor
AudioProcessorGraphA type of AudioProcessor which plays back a graph of other AudioProcessors
AudioProcessorListenerBase class for listeners that want to know about changes to an AudioProcessor
AudioProcessorPlayerAn AudioIODeviceCallback object which streams audio through an AudioProcessor
AudioSampleBufferA multi-channel buffer of 32-bit floating point audio samples
AudioSourceBase class for objects that can produce a continuous stream of audio
AudioSourceChannelInfoUsed by AudioSource::getNextAudioBlock()
AudioSourcePlayerWrapper class to continuously stream audio from an audio source to an AudioIODevice
AudioSubsectionReaderThis class is used to wrap an AudioFormatReader and only read from a subsection of the file
AudioThumbnailMakes it easy to quickly draw scaled views of the waveform shape of an audio file
AudioThumbnailCacheAn instance of this class is used to manage multiple AudioThumbnail objects
AudioTransportSourceAn AudioSource that takes a PositionableAudioSource and allows it to be played, stopped, started, etc
BitArrayAn array of on/off bits, also usable to store large binary integers
BlowFishBlowFish encryption class
BooleanPropertyComponentA PropertyComponent that contains an on/off toggle button
BorderSizeSpecifies a set of gaps to be left around the sides of a rectangle
BrushA brush is used to fill areas with colours, patterns, or images
BubbleComponentA component for showing a message or other graphics inside a speech-bubble-shaped outline, pointing at a location on the screen
BubbleMessageComponentA speech-bubble component that displays a short message
BufferedInputStreamWraps another input stream, and reads from it using an intermediate buffer
BufferingAudioSourceAn AudioSource which takes another source as input, and buffers it using a thread
ButtonA base class for buttons
ButtonListenerUsed to receive callbacks when a button is clicked
ButtonPropertyComponentA PropertyComponent that contains a button
CallbackMessageA message that calls a custom function when it gets delivered
CarbonViewWrapperComponentCreates a floating carbon window that can be used to hold a carbon UI
ChangeBroadcasterManages a list of ChangeListeners, and can send them messages
ChangeListenerReceives callbacks about changes to some kind of object
ChangeListenerListA set of ChangeListeners
ChannelRemappingAudioSourceAn AudioSource that takes the audio from another source, and re-maps its input and output channels to a different arrangement
CharacterFunctionsA set of methods for manipulating characters and character strings, with duplicate methods to handle 8-bit and unicode characters
ChoicePropertyComponentA PropertyComponent that shows its value as a combo box
CodeDocumentA class for storing and manipulating a source code file
CodeEditorComponentA text editor component designed specifically for source code
CodeTokeniserA base class for tokenising code so that the syntax can be displayed in a code editor
ColourRepresents a colour, also including a transparency value
ColourGradientDescribes the layout and colours that should be used to paint a colour gradient
ColoursContains a set of predefined named colours (mostly standard HTML colours)
ColourSelectorA component that lets the user choose a colour
ComboBoxA component that lets the user choose from a drop-down list of choices
ComboBoxListenerA class for receiving events from a ComboBox
ComponentThe base class for all JUCE user-interface objects
ComponentAnimatorAnimates a set of components, moving it to a new position
ComponentBoundsConstrainerA class that imposes restrictions on a Component's size or position
ComponentDeletionWatcherObject for monitoring a component, and later testing whether it's still valid
ComponentDraggerAn object to take care of the logic for dragging components around with the mouse
ComponentListenerGets informed about changes to a component's hierarchy or position
ComponentMovementWatcherAn object that watches for any movement of a component or any of its parent components
ComponentPeerThe base class for window objects that wrap a component as a real operating system object
ComSmartPtr< T >A simple COM smart pointer
AudioProcessorGraph::ConnectionRepresents a connection between two channels of two nodes in an AudioProcessorGraph
CPlusPlusCodeTokeniserA simple lexical analyser for syntax colouring of C++ code
CriticalSectionPrevents multiple threads from accessing shared objects at the same time
AudioPlayHead::CurrentPositionInfoThis structure is filled-in by the AudioPlayHead::getCurrentPosition() method
CustomTypefaceA typeface that can be populated with custom glyphs
DatagramSocketA wrapper for a datagram (UDP) socket
DeletedAtShutdownClasses derived from this will be automatically deleted when the application exits
DesktopDescribes and controls aspects of the computer's desktop
AudioIODeviceType::DeviceSetupDetails
DialogWindowA dialog-box style window
DirectoryContentsDisplayComponentA base class for components that display a list of the files in a directory
DirectoryContentsListA class to asynchronously scan for details about the files in a directory
DirectoryIteratorSearches through a the files in a directory, returning each file that is found
DocumentWindowA resizable window with a title bar and maximise, minimise and close buttons
DragAndDropContainerEnables drag-and-drop behaviour for a component and all its sub-components
DragAndDropTargetComponents derived from this class can have things dropped onto them by a DragAndDropContainer
DrawableThe base class for objects which can draw themselves, e.g
DrawableButtonA button that displays a Drawable
DrawableCompositeA drawable object which acts as a container for a set of other Drawables
DrawableImageA drawable object which is a bitmap image
DrawablePathA drawable object which renders a filled or outlined shape
DrawableTextA drawable object which renders a line of text
DropShadowEffectAn effect filter that adds a drop-shadow behind the image's content
DropShadowerAdds a drop-shadow to a component
DummyCriticalSectionA class that can be used in place of a real CriticalSection object
DynamicObjectRepresents a dynamically implemented object
EdgeTableA table of horizontal scan-line segments - used for rasterising Paths
EventStruct
FileRepresents a local file or directory
FileBasedDocumentA class to take care of the logic involved with the loading/saving of some kind of document
FileBrowserComponentA component for browsing and selecting a file or directory to open or save
FileBrowserListenerA listener for user selection events in a file browser
FileChooserCreates a dialog box to choose a file or directory to load or save
FileChooserDialogBoxA file open/save dialog box
FileDragAndDropTargetComponents derived from this class can have files dropped onto them by an external application
FileFilterInterface for deciding which files are suitable for something
DirectoryContentsList::FileInfoContains cached information about one of the files in a DirectoryContentsList
FileInputSourceA type of InputSource that represents a normal file
FileInputStreamAn input stream that reads from a local file
FileListComponentA component that displays the files in a directory as a listbox
FileLoggerA simple implemenation of a Logger that writes to a file
FilenameComponentShows a filename as an editable text box, with a 'browse' button and a drop-down list for recently selected files
FilenameComponentListenerListens for events happening to a FilenameComponent
FileOutputStreamAn output stream that writes into a local file
FilePreviewComponentBase class for components that live inside a file chooser dialog box and show previews of the files that get selected
FileSearchPathEncapsulates a set of folders that make up a search path
FileSearchPathListComponentShows a set of file paths in a list, allowing them to be added, removed or re-ordered
FileTreeComponentA component that displays the files in a directory as a treeview
FlacAudioFormatReads and writes the lossless-compression FLAC audio format
FloatElementComparator< ElementType >A simple ElementComparator class that can be used to sort an array of numeric double or floating point primitive objects
FocusChangeListenerClasses can implement this interface and register themselves with the Desktop class to receive callbacks when the currently focused component changes
FontRepresents a particular font, including its size, style, etc
GenericAudioProcessorEditorA type of UI component that displays the parameters of an AudioProcessor as a simple list of sliders
GlowEffectA component effect that adds a coloured blur around the component's contents
GlyphArrangementA set of glyphs, each with a position
GradientBrushA Brush that fills areas with a colour gradient
GraphicsA graphics context, used for drawing a component or image
GroupComponentA component that draws an outline around itself and has an optional title at the top, for drawing an outline around a group of controls
GZIPCompressorOutputStreamA stream which uses zlib to compress the data written into it
GZIPDecompressorInputStreamThis stream will decompress a source-stream using zlib
HyperlinkButtonA button showing an underlined weblink, that will launch the link when it's clicked
var::identifier
IIRFilterAn IIR filter that can perform low, high, or band-pass filtering on an audio signal
IIRFilterAudioSourceAn AudioSource that performs an IIR filter on another source
ImageHolds a fixed-size bitmap
ImageBrushA Brush that fills areas with tiled repetitions of an image
ImageButtonAs the title suggests, this is a button containing an image
ImageCacheA global cache of images that have been loaded from files or memory
ImageConvolutionKernelRepresents a filter kernel to use in convoluting an image
ImageEffectFilterA graphical effect filter that can be applied to components
ImageFileFormatBase-class for codecs that can read and write image file formats such as PNG, JPEG, etc
ImagePreviewComponentA simple preview component that shows thumbnails of image files
InputSourceA lightweight object that can create a stream to read some kind of resource
InputStreamThe base class for streams that read data
IntegerElementComparator< ElementType >A simple ElementComparator class that can be used to sort an array of integer primitive objects
InterprocessConnectionManages a simple two-way messaging connection to another process, using either a socket or a named pipe as the transport medium
InterprocessConnectionServerAn object that waits for client sockets to connect to a port on this host, and creates InterprocessConnection objects for each one
InterProcessLockActs as a critical section which processes can use to block each other
ApplicationCommandTarget::InvocationInfo
CodeDocument::IteratorIterates the text in a CodeDocument
Path::IteratorIterates the lines and curves that a path contains
RectangleList::IteratorAn iterator for accessing all the rectangles in a RectangleList
MidiBuffer::IteratorUsed to iterate through the events in a MidiBuffer
JPEGImageFormatA type of ImageFileFormat for reading and writing JPEG files
JUCEApplicationAn instance of this class is used to specify initialisation and shutdown code for the application
JustificationRepresents a type of justification to be used when positioning graphical items
KeyboardFocusTraverserControls the order in which focus moves between components
KeyListenerReceives callbacks when keys are pressed
KeyMappingEditorComponentA component to allow editing of the keymaps stored by a KeyPressMappingSet object
KeyPressRepresents a key press, including any modifier keys that are needed
KeyPressMappingSetManages and edits a list of keypresses, which it uses to invoke the appropriate command in a ApplicationCommandManager
KnownPluginListManages a list of plugin types
LabelA component that displays a text string, and can optionally become a text editor when clicked
LabelListenerA class for receiving events from a Label
LassoComponent< SelectableItemType >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)
LassoSource< SelectableItemType >A class used by the LassoComponent to manage the things that it selects
LineRepresents a line, using 32-bit float co-ordinates
ListBoxA list of items that can be scrolled vertically
ListBoxModelA subclass of this is used to drive a ListBox
CodeDocument::ListenerAn object that receives callbacks from the CodeDocument when its text changes
LocalisedStringsUsed to convert strings to localised foreign-language versions
LoggerActs as an application-wide logging class
LookAndFeelLookAndFeel objects define the appearance of all the JUCE widgets, and subclasses can be used to apply different 'skins' to the application
LowLevelGraphicsContextInterface class for graphics context objects, used internally by the Graphics class
LowLevelGraphicsPostScriptRendererAn implementation of LowLevelGraphicsContext that turns the drawing operations into a PostScript document
LowLevelGraphicsSoftwareRendererA lowest-common-denominator implementation of LowLevelGraphicsContext that does all its rendering in memory
MagnifierComponentA component that contains another component, and can magnify or shrink it
MD5MD5 checksum class
MemoryBlockA class to hold a resizable block of raw data
MemoryInputStreamAllows a block of data and to be accessed as a stream
MemoryOutputStreamWrites data to an internal memory buffer, which grows as required
MenuBarComponentA menu bar component
MenuBarModelA class for controlling MenuBar components
MenuBarModelListenerA class to receive callbacks when a MenuBarModel changes
PopupMenu::MenuItemIteratorAllows you to iterate through the items in a pop-up menu, and examine their properties
MessageThe base class for objects that can be delivered to a MessageListener
MessageListenerMessageListener subclasses can post and receive Message objects
MessageManagerDelivers Message objects to MessageListeners, and handles the event-dispatch loop
MessageManagerLockUsed to make sure that the calling thread has exclusive access to the message loop
MidiBufferHolds a sequence of time-stamped midi events
MidiMessageSequence::MidiEventHolderStructure used to hold midi events in the sequence
MidiFileReads/writes standard midi format files
MidiInputRepresents a midi input device
MidiInputCallbackReceives midi messages from a midi input device
MidiKeyboardComponentA component that displays a piano keyboard, whose notes can be clicked on
MidiKeyboardStateRepresents a piano keyboard, keeping track of which keys are currently pressed
MidiKeyboardStateListenerReceives events from a MidiKeyboardState object
MidiMessageEncapsulates a MIDI message
MidiMessageCollectorCollects incoming realtime MIDI messages and turns them into blocks suitable for processing by a block-based audio callback
MidiMessageSequenceA sequence of timestamped midi messages
MidiOutputRepresents a midi output device
MixerAudioSourceAn AudioSource that mixes together the output of a set of other AudioSources
ModifierKeysRepresents the state of the mouse buttons and modifier keys
MouseCursorRepresents a mouse cursor image
MouseEventContains position and status information about a mouse event
MouseHoverDetectorMonitors a component for mouse activity, and triggers a callback when the mouse hovers in one place for a specified length of time
MouseListenerA MouseListener can be registered with a component to receive callbacks about mouse events that happen to that component
MultiDocumentPanelA component that contains a set of other components either in floating windows or tabs
MultiDocumentPanelWindowThis is a derivative of DocumentWindow that is used inside a MultiDocumentPanel component
MultiTimerA type of timer class that can run multiple timers with different frequencies, all of which share a single callback
NamedPipeA cross-process pipe that can have data written to and read from it
AudioProcessorGraph::NodeRepresents one of the nodes, or processors, in an AudioProcessorGraph
NSViewComponentA Mac-specific class that can create and embed an NSView inside itself
OggVorbisAudioFormatReads and writes the Ogg-Vorbis audio format
OldSchoolLookAndFeelThe original Juce look-and-feel
OpenGLComponentA component that contains an OpenGL canvas
OpenGLContextA base class for types of OpenGL context
OpenGLPixelFormatRepresents the various properties of an OpenGL bitmap format
OutputStreamThe base class for streams that write data to some kind of destination
OwnedArray< ObjectClass, TypeOfCriticalSectionToUse >An array designed for holding objects
PathA path is a sequence of lines and curves that may either form a closed shape or be open-ended
PathFlatteningIteratorFlattens a Path object into a series of straight-line sections
PathStrokeTypeDescribes a type of stroke used to render a solid outline along a path
MidiOutput::PendingMessage
PerformanceCounterA timer for measuring performance of code and dumping the results to a file
PixelARGBRepresents a 32-bit ARGB pixel with premultiplied alpha, and can perform compositing operations with it
PixelRGBRepresents a 24-bit RGB pixel, and can perform compositing operations on it
PlatformUtilitiesA collection of miscellaneous platform-specific utilities
PluginDescriptionA small class to represent some facts about a particular type of plugin
PluginDirectoryScannerScans a directory for plugins, and adds them to a KnownPluginList
PluginListComponentA component displaying a list of plugins, with options to scan for them, add, remove and sort them
PNGImageFormatA type of ImageFileFormat for reading and writing PNG files
PointA pair of (x, y) co-ordinates
PopupMenuCreates and displays a popup-menu
PopupMenuCustomComponentA user-defined copmonent that can appear inside one of the rows of a popup menu
CodeDocument::PositionA position in a code document
PositionableAudioSourceA type of AudioSource which can be repositioned
PositionedGlyphA glyph from a particular font, with a particular size, style, typeface and position
PositionedRectangleA rectangle whose co-ordinates can be defined in terms of absolute or proportional distances
PreferencesPanelA component with a set of buttons at the top for changing between pages of preferences
PrimesPrime number creation class
ProcessRepresents the current executable's process
ProgressBarA progress bar component
PropertiesFileWrapper on a file that stores a list of key/value data pairs
PropertyComponentA base class for a component that goes in a PropertyPanel and displays one of an item's properties
PropertyPanelA panel that holds a list of PropertyComponent objects
PropertySetA set of named property values, which can be strings, integers, floating point, etc
QuickTimeMovieComponentA window that can play back a QuickTime movie
RandomA simple pseudo-random number generator
ReadWriteLockA critical section that allows multiple simultaneous readers
RecentlyOpenedFilesListManages a set of files for use as a list of recently-opened documents
RectangleA rectangle, specified using integer co-ordinates
RectangleListMaintains a set of rectangles as a complex region
RectanglePlacementDefines the method used to postion some kind of rectangular object within a rectangular viewport
ReduceOpacityEffectAn effect filter that reduces the image's opacity
ReferenceCountedArray< ObjectClass, TypeOfCriticalSectionToUse >Holds a list of objects derived from ReferenceCountedObject
ReferenceCountedObjectAdds reference-counting to an object
ReferenceCountedObjectPtr< ReferenceCountedObjectClass >Used to point to an object of type ReferenceCountedObject
RelativeTimeA relative measure of time
Drawable::RenderingContextHolds the information needed when telling a drawable to render itself
ResamplingAudioSourceA type of AudioSource that takes an input source and changes its sample rate
ResizableBorderComponentA component that resizes its parent window when dragged
ResizableCornerComponentA component that resizes a parent window when dragged
ResizableWindowA base class for top-level windows that can be dragged around and resized
RSAKeyRSA public/private key-pair encryption class
SamplerSoundA subclass of SynthesiserSound that represents a sampled audio clip
SamplerVoiceA subclass of SynthesiserVoice that can play a SamplerSound
LowLevelGraphicsPostScriptRenderer::SavedState
LowLevelGraphicsSoftwareRenderer::SavedState
ScopedAutoReleasePoolA handy C++ wrapper that creates and deletes an NSAutoreleasePool object using RAII
ScopedLockAutomatically locks and unlocks a CriticalSection object
ScopedReadLockAutomatically locks and unlocks a ReadWriteLock object
ScopedTryLockAutomatically tries to lock and unlock a CriticalSection object
ScopedUnlockAutomatically unlocks and re-locks a CriticalSection object
ScopedWriteLockAutomatically locks and unlocks a ReadWriteLock object
ScrollBarA scrollbar component
ScrollBarListenerA class for receiving events from a ScrollBar
SelectedItemSet< SelectableItemType >Manages a list of selectable items
SettableTooltipClientAn implementation of TooltipClient that stores the tooltip string and a method for changing it
ShapeButtonA button that contains a filled shape
SliderA slider control for changing a value
SliderListenerA class for receiving callbacks from a Slider
SliderPropertyComponentA PropertyComponent that shows its value as a slider
SolidColourBrushA Brush that fills its area with a solid (or semi-transparent) colour
SortedSet< ElementType, TypeOfCriticalSectionToUse >Holds a set of unique primitive objects, such as ints or doubles
SparseSet< Type >Holds a set of primitive values, storing them as a set of ranges
SplashScreenA component for showing a splash screen while your app starts up
StreamingSocketA wrapper for a streaming (TCP) socket
StretchableLayoutManagerFor 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
StretchableLayoutResizerBarA component that acts as one of the vertical or horizontal bars you see being used to resize panels in a window
StretchableObjectResizerA utility class for fitting a set of objects whose sizes can vary between a minimum and maximum size, into a space
StringThe JUCE String class!
StringArrayA special array for holding a list of strings
StringPairArrayA container for holding a set of strings which are keyed by another string
SubregionStreamWraps another input stream, and reads from a specific part of it
SynthesiserBase class for a musical device that can play sounds
SynthesiserSoundDescribes one of the sounds that a Synthesiser can play
SynthesiserVoiceRepresents a voice that a Synthesiser can use to play a SynthesiserSound
SystemClipboardHandles reading/writing to the system's clipboard
SystemStatsContains methods for finding out about the current hardware and OS configuration
SystemTrayIconComponentOn Windows only, this component sits in the taskbar tray as a small icon
TabBarButtonIn a TabbedButtonBar, this component is used for each of the buttons
TabbedButtonBarA vertical or horizontal bar containing tabs that you can select
TabbedComponentA component with a TabbedButtonBar along one of its sides
TableHeaderComponentA component that displays a strip of column headings for a table, and allows these to be resized, dragged around, etc
TableHeaderListenerReceives events from a TableHeaderComponent when columns are resized, moved, etc
TableListBoxA table of cells, using a TableHeaderComponent as its header
TableListBoxModelOne of these is used by a TableListBox as the data model for the table's contents
TextButtonA button that uses the standard lozenge-shaped background with a line of text on it
TextEditorA component containing text that can be edited
TextEditorListenerReceives callbacks from a TextEditor component when it changes
TextLayoutA laid-out arrangement of text
TextPropertyComponentA PropertyComponent that shows its value as editable text
ThreadEncapsulates a thread
ThreadPoolA set of threads that will run a list of jobs
ThreadPoolJobA task that is executed by a ThreadPool object
ThreadWithProgressWindowA thread that automatically pops up a modal dialog box with a progress bar and cancel button while it's busy running
TimeHolds an absolute date and time
TimerRepeatedly calls a user-defined method at a specified time interval
TimeSliceClientUsed by the TimeSliceThread class
TimeSliceThreadA 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
ToggleButtonA button that can be toggled on/off
ToneGeneratorAudioSourceA simple AudioSource that generates a sine wave
ToolbarA toolbar component
ToolbarButtonA type of button designed to go on a toolbar
ToolbarItemComponentA component that can be used as one of the items in a Toolbar
ToolbarItemFactoryA factory object which can create ToolbarItemComponent objects
ToolbarItemPaletteA component containing a list of toolbar items, which the user can drag onto a toolbar to add them
TooltipClientComponents that want to use pop-up tooltips should implement this interface
TooltipWindowA window that displays a pop-up tooltip when the mouse hovers over another component
TopLevelWindowA base class for top-level windows
TreeViewA tree-view component
TreeViewItemAn item in a treeview
TypefaceA typeface represents a size-independent font
UndoableActionUsed by the UndoManager class to store an action which can be done and undone
UndoManagerManages a list of undo/redo commands
URLRepresents a URL and has a bunch of useful functions to manipulate it
UuidA universally unique 128-bit identifier
varA variant class, that can be used to hold a range of primitive values
ViewportA Viewport is used to contain a larger child component, and allows the child to be automatically scrolled around
WaitableEventAllows threads to wait for events triggered by other threads
WavAudioFormatReads and Writes WAV format audio files
WebBrowserComponentA component that displays an embedded web browser
WildcardFileFilterA type of FileFilter that works by wildcard pattern matching
XmlDocumentParses a text-based XML document and creates an XmlElement object from it
XmlElementUsed to build a tree of elements representing an XML document
ZipFile::ZipEntryContains information about one of the entries in a ZipFile
ZipFileDecodes a ZIP file from a stream

Generated on Fri Nov 20 12:00:39 2009 for JUCE by  doxygen 1.5.9