 _VuoAudio_internal | Private data for a VuoAudio instance |
 _VuoImage | An image residing in GPU memory (GL Texture Object) |
 _VuoLeapInternal | Internal data for listening to a Leap controller |
 _VuoMesh | A 3D mesh that contains one or more submeshes (allowing each submesh to have a different element assembly method) |
 _VuoOscMessage | An OSC message |
 _VuoShader | A graphics shader program, specifying how to render a 3D object |
 VuoMovieDecoder::AVContainer | Internal struct which contains context and current playback status of VuoMovieDecoder |
 CIColor(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 exception | |
  VuoCompilerException | An exception containing a list of errors that occurred while compiling a composition |
 VuoFileUtilities::File | A file in either a directory or an archive |
 Listener | |
  VuoLeapListener | Listens for Leap events, and passes them along to the specified trigger port |
 VuoCompilerComposition::NodeReplacement | A mapping from a node to its replacement in a composition diff |
 NSApplication | |
  VuoWindowApplication | An application that runs its own event loop |
 <NSApplicationDelegate> | |
  VuoWindowApplicationDelegate | Delegate for VuoWindowApplication |
 NSArray(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSBitmapImageRep(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSColor(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSData(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSImage(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSNumber(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSObject | |
  VuoInputEditorFontAccessoryDelegate | Receives events changing the font's alignment and spacing |
  VuoInputEditorFontPanelDelegate | Intercepts events from NSFontPanel and passes them to the parent QDialog |
  VuoRunnerCocoa | Compiles, runs, and controls a Vuo composition |
   VuoImageFilter | Compiles, runs, and controls a Vuo composition that adheres to the Image Filter protocol |
   VuoImageGenerator | Compiles, runs, and controls a Vuo composition that adheres to the Image Generator protocol |
  VuoSyphonListener | This class handles connecting to and receiving frames from a Syphon server |
  VuoSyphonSender | This class handles creating a Syphon server and publishing frames from it |
  VuoSyphonServerNotifierInternal | Internal implementation of VuoSyphonServerNotifier |
  VuoWindowApplicationDelegate | Delegate for VuoWindowApplication |
 NSOpenGLView | |
  VuoWindowOpenGLView | Helper for VuoWindowOpenGLInternal |
 NSScreen(VuoAdditions) | Some convenience methods for fetching information about an NSScreen |
 NSString(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 <NSTextViewDelegate> | |
  VuoWindowTextInternal | A console window for use by Vuo node classes |
 NSValue(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSWindow | |
  VuoWindowOpenGLInternal | A graphics window for use by Vuo node classes |
  VuoWindowTextInternal | A console window for use by Vuo node classes |
 <NSWindowDelegate> | |
  VuoInputEditorFontPanelDelegate | Intercepts events from NSFontPanel and passes them to the parent QDialog |
  VuoWindowOpenGLInternal | A graphics window for use by Vuo node classes |
 OscPacketListener | |
  VuoOscInPacketListener | This class maintains a list of trigger functions to be called when an OSC message is received |
 VuoMovieDecoder::PacketQueue | Holds audio AVPackets for decoding |
 VuoRunner::Port | This class represents a published port in a composition |
 QComboBox | |
  VuoKeyComboBox | A combo box that displays a list of VuoKeys and reacts to keypresses by selecting the corresponding VuoKey |
 QDialog | |
  VuoDialogForInputEditor | A dialog that closes when the Enter key is pressed |
 QDoubleSpinBox | |
  VuoDoubleSpinBox | A spin box where the buttons can have a different minimum and maximum than the line edit |
 QGraphicsItem | |
  VuoRendererItem | Subclass of QGraphicsItem, which can show bounding rects for debugging |
   VuoRendererCable | Renders a cable in a VuoRendererComposition |
   VuoRendererNode | Renders a node in a VuoRendererComposition |
    VuoRendererInputAttachment | Represents a node that is rendered as an attachment to another node's input port |
     VuoRendererHiddenInputAttachment | Represents an input attachment with no visible rendering |
      VuoRendererKeyListForReadOnlyDictionary | Represents the compact form of a "Make List" node that outputs a list of keys as input to a read-only input "Make Dictionary" node |
      VuoRendererReadOnlyDictionary | Represents the compact form of a read-only input "Make Dictionary" node |
     VuoRendererInputDrawer | Represents the compact drawer form of a "Make List" node |
      VuoRendererInputListDrawer | Represents the resizable, compact form of a "Make List" node |
      VuoRendererValueListForReadOnlyDictionary | Represents the compact form of a "Make List" node that outputs a list of values as input to a read-only input "Make Dictionary" node |
   VuoRendererPort | Renders a node's port in a QGraphicsScene |
    VuoRendererTypecastPort | Renders a typecast port |
   VuoRendererPublishedPort | A published input or output port |
 QGraphicsItemGroup | |
  VuoRendererPortList | A QGraphicsItemGroup containing only instances of VuoRendererPort |
 QGraphicsScene | |
  VuoRendererComposition | Provides a canvas upon which nodes and cables can be rendered |
 QObject | |
  VuoInputEditor | This class implements the input editor widget displayed by the Vuo Editor when editing an input port value of a certain type |
   VuoInputEditorColor | An input editor that displays a color-picker dialog |
   VuoInputEditorFont | An input editor that displays a Font-picker dialog |
   VuoInputEditorWithDialog | A base class for input editors that display a frameless dialog |
    VuoInputEditorKey | An input editor that displays a dialog for picking a keyboard key |
    VuoInputEditorWithLineEdit | A base class for input editors that display a line edit (text field) |
     VuoInputEditorInteger | An input editor that displays widgets for editing a VuoInteger value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit) |
     VuoInputEditorPoint2d | An input editor that displays widgets for editing a VuoPoint2d value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit) |
     VuoInputEditorPoint3d | An input editor that displays widgets for editing a VuoPoint3d value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit) |
     VuoInputEditorPoint4d | An input editor that displays widgets for editing a VuoPoint4d value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit) |
     VuoInputEditorReal | An input editor that displays widgets for editing a VuoReal value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit) |
     VuoInputEditorText | An input editor that displays a line edit and, if the text is outside the bounds of its suggested minimum and maximum length, a warning message |
    VuoInputEditorWithLineEditList | A base class for input editors that display a series of line edits (text fields) |
     VuoInputEditorMathExpressionList | An input editor for a list of math expressions |
   VuoInputEditorWithMenu | A base class for input editors that display a menu |
    VuoInputEditorBlendMode | An input editor that displays a menu of VuoBlendMode values |
    VuoInputEditorBoolean | An input editor that displays a menu of VuoBoolean values |
    VuoInputEditorCurve | An input editor that displays a menu of VuoCurve values |
    VuoInputEditorCurveEasing | An input editor that displays a menu of VuoCurveEasing values |
    VuoInputEditorDispersion | An input editor that displays a menu of VuoWrapMode values |
    VuoInputEditorDisplacement | An input editor that displays a menu of VuoWrapMode values |
    VuoInputEditorLoopType | An input editor that displays a menu of VuoLoopType values |
    VuoInputEditorSizingMode | An input editor that displays a menu of VuoWrapMode values |
    VuoInputEditorWave | An input editor that displays a menu of VuoWave values |
    VuoInputEditorWithEnumMenu | A base class for input editors that display a menu of enum values |
     VuoInputEditorGradientNoise | An input editor that displays a menu of VuoInputEditorGradientNoise values |
     VuoInputEditorHorizontalAlignment | An input editor that displays a menu of VuoLeapPointableType values |
     VuoInputEditorImageColorDepth | An input editor that displays a menu of VuoImageColorDepth values |
     VuoInputEditorImageWrapMode | An input editor that displays a menu of VuoImageWrapMode values |
     VuoInputEditorLeapPointableType | An input editor that displays a menu of VuoLeapPointableType values |
     VuoInputEditorLeapTouchZone | An input editor that displays a menu of VuoLeapTouchZone values |
     VuoInputEditorModifierKey | An input editor that displays a menu of VuoModifierKey values |
     VuoInputEditorMouseButton | An input editor that displays a menu of VuoMouseButton values |
     VuoInputEditorNoise | An input editor that displays a menu of VuoNoise values |
     VuoInputEditorThresholdType | An input editor that displays a menu of VuoThresholdType values |
     VuoInputEditorVerticalAlignment | An input editor that displays a menu of VuoLeapPointableType values |
    VuoInputEditorWrapMode | An input editor that displays a menu of VuoWrapMode values |
  VuoInputEditorFactory | Plugin interface for input editors |
   VuoInputEditorBlendModeFactory | A VuoInputEditorBlendMode factory |
   VuoInputEditorBooleanFactory | A VuoInputEditorBoolean factory |
   VuoInputEditorColorFactory | A VuoInputEditorColor factory |
   VuoInputEditorCurveEasingFactory | A VuoInputEditorCurveEasing factory |
   VuoInputEditorCurveFactory | A VuoInputEditorCurve factory |
   VuoInputEditorDispersionFactory | A VuoInputEditorDispersion factory |
   VuoInputEditorDisplacementFactory | A VuoInputEditorDisplacement factory |
   VuoInputEditorFontFactory | A VuoInputEditorFont factory |
   VuoInputEditorGradientNoiseFactory | A VuoInputEditorGradientNoise factory |
   VuoInputEditorHorizontalAlignmentFactory | A VuoInputEditorHorizontalAlignment factory |
   VuoInputEditorImageColorDepthFactory | A VuoInputEditorImageColorDepth factory |
   VuoInputEditorImageWrapModeFactory | A VuoInputEditorImageWrapMode factory |
   VuoInputEditorIntegerFactory | A VuoInputEditorInteger factory |
   VuoInputEditorKeyFactory | A VuoInputEditorKey factory |
   VuoInputEditorLeapPointableTypeFactory | A VuoInputEditorLeapPointableType factory |
   VuoInputEditorLeapTouchZoneFactory | A VuoInputEditorLeapTouchZone factory |
   VuoInputEditorLoopTypeFactory | A VuoInputEditorLoopType factory |
   VuoInputEditorMathExpressionFactory | A VuoInputEditorMathExpression factory |
   VuoInputEditorModifierKeyFactory | A VuoInputEditorModifierKey factory |
   VuoInputEditorMouseButtonFactory | A VuoInputEditorMouseButton factory |
   VuoInputEditorNoiseFactory | A VuoInputEditorNoise factory |
   VuoInputEditorPoint2dFactory | A VuoInputEditorPoint2d factory |
   VuoInputEditorPoint3dFactory | A VuoInputEditorPoint3d factory |
   VuoInputEditorPoint4dFactory | A VuoInputEditorPoint4d factory |
   VuoInputEditorRealFactory | A VuoInputEditorReal factory |
   VuoInputEditorSizingModeFactory | A VuoInputEditorSizingMode factory |
   VuoInputEditorTextFactory | A VuoInputEditorText factory |
   VuoInputEditorThresholdTypeFactory | A VuoInputEditorThresholdType factory |
   VuoInputEditorVerticalAlignmentFactory | A VuoInputEditorVerticalAlignment factory |
   VuoInputEditorWaveFactory | A VuoInputEditorWave factory |
   VuoInputEditorWrapModeFactory | A VuoInputEditorWrapMode factory |
  VuoRendererSignaler | Sends signals on behalf of VuoRenderer objects that don't inherit from QObject |
 QSpinBox | |
  VuoSpinBox | A spin box where the buttons can have a different minimum and maximum than the line edit |
 QTextEdit | |
  VuoInputEditorFontTextEdit | Provides a text edit widget to be used as a proxy for receiving NSFontPanel's changes |
 UdpSocket | |
  VuoOscInSocket | Opens a reusable UDP socket, attaches the specified listener to it (on a separate thread), and starts it receiving messages |
 VuoAudioFileInternal | Context data for decoding an audio file |
 VuoAudioInputDevice | Information about an audio input device |
 VuoAudioOutputDevice | Information about an audio ouput device |
 VuoAudioSamples | A set of audio amplitudes for a single channel |
 VuoBase< CompilerClass, RendererClass > | This class is intended to be inherited by a base class that can have compiler and/or renderer detail classes |
 VuoBase< VuoCompilerCable, VuoRendererCable > | |
  VuoCable | Represents a connection from a node's output port to a node's input port |
 VuoBase< VuoCompilerComposition, VuoRendererComposition > | |
  VuoComposition | A collection of nodes and the cables connecting them |
 VuoBase< VuoCompilerNode, VuoRendererNode > | |
  VuoNode | This class represents an instance of a VuoNodeClass |
 VuoBase< VuoCompilerNodeArgument, VuoRendererPort > | |
  VuoPort | A port instance on a VuoNode instance |
 VuoBase< VuoCompilerNodeArgumentClass, void > | |
  VuoPortClass | A port type on a VuoNodeClass |
 VuoBase< VuoCompilerNodeClass, void > | |
  VuoNodeClass | This base class represents the metadata and implementation of one node class — i.e., for each node implementation file, there is one instance of VuoNodeClass |
 VuoBase< VuoCompilerPublishedPort, VuoRendererPublishedPort > | |
  VuoPublishedPort | This class represents a published port in a composition |
 VuoBase< VuoCompilerType, void > | |
  VuoType | This base class represents the metadata of one type |
   VuoGenericType | A generic port type |
 VuoBaseDetail< BaseClass > | This class is intended to be inherited by a detail class attached to a base class |
 VuoBaseDetail< VuoCable > | |
  VuoCompilerCable | Represents a connection from a node's output port to a node's input port |
  VuoRendererCable | Renders a cable in a VuoRendererComposition |
 VuoBaseDetail< VuoComposition > | |
  VuoCompilerComposition | A collection of nodes and the cables connecting them |
  VuoRendererComposition | Provides a canvas upon which nodes and cables can be rendered |
 VuoBaseDetail< VuoNode > | |
  VuoCompilerNode | The compiler detail class for VuoNode |
  VuoRendererNode | Renders a node in a VuoRendererComposition |
 VuoBaseDetail< VuoNodeClass > | |
  VuoCompilerNodeClass | The compiler detail class for VuoNodeClass |
   VuoCompilerPublishedInputNodeClass | A node class used by the compiler to provide trigger ports corresponding to published input ports |
   VuoCompilerSpecializedNodeClass | A specialization of a generic node class |
    VuoCompilerMakeListNodeClass | A "Make List" node class |
 VuoBaseDetail< VuoPort > | |
  VuoCompilerNodeArgument | An argument to a node's event and/or init function |
   VuoCompilerData | The data for a data-and-event port |
    VuoCompilerInputData | The data for a data-and-event input port |
    VuoCompilerOutputData | The data for a data-and-event output port |
   VuoCompilerInstanceData | The instance data for a node |
   VuoCompilerPort | A port |
    VuoCompilerEventPort | A passive (non-trigger) port, optionally with data |
     VuoCompilerInputEventPort | An input port, optionally with data |
     VuoCompilerOutputEventPort | A passive (non-trigger) output port, optionally with data |
    VuoCompilerTriggerPort | A trigger output port |
  VuoRendererPort | Renders a node's port in a QGraphicsScene |
 VuoBaseDetail< VuoPortClass > | |
  VuoCompilerNodeArgumentClass | A parameter to a node's event and/or init function |
   VuoCompilerDataClass | The data type for a data-and-event port |
    VuoCompilerInputDataClass | The data type for a data-and-event input port |
    VuoCompilerOutputDataClass | The data type for a data-and-event output port |
   VuoCompilerInstanceDataClass | A type of node instance data |
   VuoCompilerPortClass | A port type |
    VuoCompilerEventPortClass | A passive (non-trigger) port type, optionally with data |
     VuoCompilerInputEventPortClass | An input port type, optionally with data |
     VuoCompilerOutputEventPortClass | A passive (non-trigger) output port type, optionally with data |
    VuoCompilerTriggerPortClass | A trigger output port type |
 VuoBaseDetail< VuoPublishedPort > | |
  VuoCompilerPublishedPort | The compiler detail class for VuoPublishedPort |
   VuoCompilerPublishedInputPort | A published input port |
   VuoCompilerPublishedOutputPort | A published output port |
  VuoRendererPublishedPort | A published input or output port |
 VuoBaseDetail< VuoType > | |
  VuoCompilerType | The compiler detail class for VuoType |
   VuoCompilerGenericType | The compiler detail class for VuoGenericType |
 VuoBox | Defines a bounding box |
 VuoColor | A color, with component values specifying red, green, blue, and alpha (opacity) |
 VuoCompiler | This class compiles node classes, types, and library modules |
 VuoCompilerBitcodeGenerator | Generates code for a composition |
 VuoCompilerBitcodeParser | A parser to extract code elements from an LLVM module |
 VuoCompilerChain | A linear sequence of nodes along which an event may be transmitted |
 VuoCompilerCodeGenUtilities | Handy methods for generating code |
 VuoCompilerDriver | This class represents a driver for a protocol |
 VuoCompilerError | A description of an error that occurred while compiling a composition |
 VuoCompilerGraph | Data structure used for performing graph analysis on a composition in order to compile it or check its validity |
 VuoCompilerGraphvizParser | Parses nodes and cables from a .vuo composition file |
 VuoCompilerModule | A node class or type defined in an LLVM module |
  VuoCompilerNodeClass | The compiler detail class for VuoNodeClass |
  VuoCompilerType | The compiler detail class for VuoType |
 VuoCompilerTargetSet | Stores a set of targets (operating system versions) and can be used to check compatibility |
 VuoDictionary_VuoText_VuoReal | A mapping from keys to values |
 VuoDisplayRefreshInternal | Context data for VuoDisplayRefresh_displayLinkCallback |
 VuoFileUtilities | Functions for dealing with files |
 VuoFont | A font description: family, style, point size, underline |
 VuoGlContextPool | A process-wide set of mutually-shared OpenGL contexts |
 VuoImageRendererInternal | Internal state data for a VuoImageRenderer instance |
 VuoInputEditorIcon | Provides functions for rendering icons |
 VuoInputEditorMenuItem | Interface of VuoInputEditorMenuItem |
 VuoIoSurfacePoolEntryType | An entry in the IOSurface pool |
 VuoKeyboardContext | Handle for starting and stopping event listeners |
 VuoKeyedPool< KeyType, InstanceType > | A pool of shared objects — one object per key |
 VuoLayer | A 2D Object: visible (image), or virtual (group) |
 VuoLeapFrame | A frame of Leap Motion data |
 VuoLeapHand | The Hand class reports the physical characteristics of a detected hand |
 VuoLeapPointable | Coordinates of a single Leap "pointable" (a finger or tool) |
 VuoMathExpression | A mathematical expression |
 VuoMathExpressionErrorInternal | C++ implementation of opaque C type VuoMathExpressionError |
 VuoMathExpressionList | An ordered list of mathematical expressions |
 VuoMathExpressionParserInternal | C++ implementation of opaque C type VuoMathExpressionParser |
 VuoMidiController | A music note event sent via MIDI |
 VuoMidiDevice | A set of specifications for choosing a MIDI device |
 VuoMidiIn_internal | Private data for a VuoMidiIn instance |
 VuoMidiNote | A music note event sent via MIDI |
 VuoModule | A modular component (i.e., node class or type) that is an add-on to the core Vuo framework |
  VuoNodeClass | This base class represents the metadata and implementation of one node class — i.e., for each node implementation file, there is one instance of VuoNodeClass |
  VuoType | This base class represents the metadata of one type |
 VuoMouseContext | Handle for starting and stopping event listeners |
 VuoMovieDecoder | Instance class used to control the playback of video |
 VuoNodeSet | This class represents a node set, which is a set of node classes and supporting files grouped together in an archive |
 VuoOscIn_internal | Private data for a VuoOscIn instance |
 VuoMovieDecoder::VuoPacketList | A replacement for the FFMPEG AVPacketList which uses deprecated functionality |
 VuoPoint2d | A floating-point 2-dimensional Cartesian spatial location |
 VuoPoint3d | A floating-point 3-dimensional Cartesian spatial location |
 VuoPoint4d | A floating-point 4-dimensional point |
 VuoProtocol | This class represents a protocol |
 VuoRectangle | A rectangular area |
 VuoRenderedLayers | A layer (or hierarchical structure of layers) and its dimensions in pixels |
 VuoRendererColors | Provides colors for rendered items in a composition |
 VuoRendererFonts | Provides fonts for rendered items in a composition |
 VuoRunner | This class runs and controls a composition that has been compiled and linked by VuoCompiler |
 VuoRunnerCocoa(Conversion) | Methods for converting between Cocoa types and Vuo types |
 VuoRunnerDelegate | An abstract class to be implemented by a client that will receive telemetry messages from the composition |
  VuoRunnerDelegateAdapter | A class provided for convenience when inheriting from VuoRunnerDelegate |
 VuoSceneObject | A 3D Object: visible (mesh), or virtual (group, light, camera) |
 VuoSceneObjectRenderer_Attributes | OpenGL attribute locations |
 VuoSceneObjectRendererInternal | Internal state data for a VuoSceneObjectRenderer instance |
 VuoSceneRendererInternal | Internal state data for a VuoSceneRenderer instance |
 VuoSceneRendererInternal_meshItem | GL Objects corresponding with a VuoSubmesh instance |
 VuoSceneRendererInternal_object | GL Objects corresponding with a VuoSceneObject instance |
 VuoScreen | Information about a display screen |
 VuoShaderUniform | Holds values to eventually be assigned to a GL Program Object's uniforms |
 VuoShaderUniform.value | |
 VuoStringUtilities | Functions for dealing with strings |
 VuoSubmesh | One set of vertices, with associated normals and other per-vertex data, within a mesh |
 VuoSubmesh.glUpload | References to mesh data uploaded to the GPU |
 VuoSubshader | References to shader source code and shader code uploaded to the GPU |
 VuoSyphonServerDescription | A struct containing the dictionary values of a Syphon Server Description |
 VuoTimeUtilities | Functions for measuring times at microsecond precision |
 VuoTransform | A 3D transformation (scale, rotation, translation) |
 VuoTransform.rotationSource | |
 VuoTransform.rotationSource.__unnamed__ | |
 VuoTransform2d | A 2D transformation (scale, rotation, translation) |
 VuoTriggerSet< TriggerDataType > | Manages a set of trigger methods |
 VuoTriggerSet< VuoList_VuoAudioSamples > | |
 VuoTriggerSet< VuoReal > | |
 VuoUrl_curlBuffer | A memory buffer, filled by VuoUrl_curlCallback() |
 VuoWindowProperty | A window setting, such as its title, or whether it is full-screen |