 _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 |
 _VuoOscMessage | An OSC message |
 _VuoShader | A graphics shader program, specifying how to render a 3D object |
 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 | This class is intended to be inherited by a base class that can have compiler and/or renderer detail classes |
 VuoBaseDetail | This class is intended to be inherited by a detail class attached to a base class |
 VuoCable | Represents a connection from a node's output port to a node's input port |
 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 |
 VuoCompilerCable | Represents a connection from a node's output port to a node's input port |
 VuoCompilerChain | A linear sequence of nodes along which an event may be transmitted |
 VuoCompilerCodeGenUtilities | Handy methods for generating code |
 VuoCompilerComposition | A collection of nodes and the cables connecting them |
 VuoCompilerData | The data for a data-and-event port |
 VuoCompilerDataClass | The data type for a data-and-event port |
 VuoCompilerDebug | Methods for compile-time debugging and for generating code for run-time debugging |
 VuoCompilerDriver | This class represents a driver for a protocol |
 VuoCompilerEdge | This class represents one or more cables connecting a pair of nodes (or one node in a feedback loop) |
 VuoCompilerEventPort | A passive (non-trigger) port, optionally with data |
 VuoCompilerEventPortClass | A passive (non-trigger) port type, optionally with data |
 VuoCompilerGenericType | The compiler detail class for VuoGenericType |
 VuoCompilerGraphvizParser | Parses nodes and edges from a .vuo composition file |
 VuoCompilerInputData | The data for a data-and-event input port |
 VuoCompilerInputDataClass | The data type for a data-and-event input port |
 VuoCompilerInputEventPort | An input port, optionally with data |
 VuoCompilerInputEventPortClass | An input port type, optionally with data |
 VuoCompilerInstanceData | The instance data for a node |
 VuoCompilerInstanceDataClass | A type of node instance data |
 VuoCompilerLeaf | Provides a semaphore for waiting on a leaf node |
 VuoCompilerMakeListNodeClass | A "Make List" node class |
 VuoCompilerModule | A node class or type defined in an LLVM module |
 VuoCompilerNode | The compiler detail class for VuoNode |
 VuoCompilerNodeArgument | An argument to a node's event and/or init function |
 VuoCompilerNodeArgumentClass | A parameter to a node's event and/or init function |
 VuoCompilerNodeClass | The compiler detail class for VuoNodeClass |
 VuoCompilerOutputData | The data for a data-and-event output port |
 VuoCompilerOutputDataClass | The data type for a data-and-event output port |
 VuoCompilerOutputEventPort | A passive (non-trigger) output port, optionally with data |
 VuoCompilerOutputEventPortClass | A passive (non-trigger) output port type, optionally with data |
 VuoCompilerPassiveEdge | This class represents one or more cables connecting one node's output ports to another (or the same) node's input ports |
 VuoCompilerPort | A port |
 VuoCompilerPortClass | A port type |
 VuoCompilerPublishedInputNodeClass | A node class used by the compiler to provide trigger ports corresponding to published input ports |
 VuoCompilerPublishedInputPort | A published input port |
 VuoCompilerPublishedOutputPort | A published output port |
 VuoCompilerPublishedPort | The compiler detail class for VuoPublishedPort |
 VuoCompilerSpecializedNodeClass | A specialization of a generic node class |
 VuoCompilerTargetSet | Stores a set of targets (operating system versions) and can be used to check compatibility |
 VuoCompilerTriggerAction | The callback that executes when a trigger port on a node generates an event |
 VuoCompilerTriggerEdge | This class represents one or more cables connecting one node's trigger port to another (or the same) node's input ports |
 VuoCompilerTriggerPort | A trigger output port |
 VuoCompilerTriggerPortClass | A trigger output port type |
 VuoCompilerType | The compiler detail class for VuoType |
 VuoComposition | A collection of nodes and the cables connecting them |
 VuoDialogForInputEditor | A dialog that closes when the Enter key is pressed |
 VuoDisplayRefreshInternal | Context data for VuoDisplayRefresh_displayLinkCallback |
 VuoDoubleSpinBox | A spin box where the buttons can have a different minimum and maximum than the line edit |
 VuoFileUtilities | Functions for dealing with files |
  File | A file in either a directory or an archive |
 VuoFont | A font description: family, style, point size, underline |
 VuoGenericType | A generic port type |
 VuoGlContextPool | A process-wide set of mutually-shared OpenGL contexts |
 VuoImageRendererInternal | Internal state data for a VuoImageRenderer instance |
 VuoInputEditor | This class implements the input editor widget displayed by the Vuo Editor when editing an input port value of a certain type |
 VuoInputEditorBlendMode | An input editor that displays a menu of VuoBlendMode values |
 VuoInputEditorBlendModeFactory | A VuoInputEditorBlendMode factory |
 VuoInputEditorBoolean | An input editor that displays a menu of VuoBoolean values |
 VuoInputEditorBooleanFactory | A VuoInputEditorBoolean factory |
 VuoInputEditorColor | An input editor that displays a color-picker dialog |
 VuoInputEditorColorFactory | A VuoInputEditorColor factory |
 VuoInputEditorCurve | An input editor that displays a menu of VuoCurve values |
 VuoInputEditorCurveEasing | An input editor that displays a menu of VuoCurveEasing values |
 VuoInputEditorCurveEasingFactory | A VuoInputEditorCurveEasing factory |
 VuoInputEditorCurveFactory | A VuoInputEditorCurve factory |
 VuoInputEditorFactory | Plugin interface for input editors |
 VuoInputEditorFont | An input editor that displays a Font-picker dialog |
 VuoInputEditorFontAccessoryDelegate | Receives events changing the font's alignment and spacing |
 VuoInputEditorFontFactory | A VuoInputEditorFont factory |
 VuoInputEditorFontPanelDelegate | Intercepts events from NSFontPanel and passes them to the parent QDialog |
 VuoInputEditorFontTextEdit | Provides a text edit widget to be used as a proxy for receiving NSFontPanel's changes |
 VuoInputEditorGradientNoise | An input editor that displays a menu of VuoInputEditorGradientNoise values |
 VuoInputEditorGradientNoiseFactory | A VuoInputEditorGradientNoise factory |
 VuoInputEditorHorizontalAlignment | An input editor that displays a menu of VuoLeapPointableType values |
 VuoInputEditorHorizontalAlignmentFactory | A VuoInputEditorHorizontalAlignment factory |
 VuoInputEditorImageWrapMode | An input editor that displays a menu of VuoImageWrapMode values |
 VuoInputEditorImageWrapModeFactory | A VuoInputEditorImageWrapMode factory |
 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) |
 VuoInputEditorIntegerFactory | A VuoInputEditorInteger factory |
 VuoInputEditorKey | An input editor that displays a dialog for picking a keyboard key |
 VuoInputEditorKeyFactory | A VuoInputEditorKey factory |
 VuoInputEditorLoopType | An input editor that displays a menu of VuoLoopType values |
 VuoInputEditorLoopTypeFactory | A VuoInputEditorLoopType factory |
 VuoInputEditorMenuItem | Interface of VuoInputEditorMenuItem |
 VuoInputEditorModifierKey | An input editor that displays a menu of VuoModifierKey values |
 VuoInputEditorModifierKeyFactory | A VuoInputEditorModifierKey factory |
 VuoInputEditorMouseButton | An input editor that displays a menu of VuoMouseButton values |
 VuoInputEditorMouseButtonFactory | A VuoInputEditorMouseButton factory |
 VuoInputEditorNoise | An input editor that displays a menu of VuoNoise values |
 VuoInputEditorNoiseFactory | A VuoInputEditorNoise factory |
 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) |
 VuoInputEditorPoint2dFactory | A VuoInputEditorPoint2d factory |
 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) |
 VuoInputEditorPoint3dFactory | A VuoInputEditorPoint3d factory |
 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) |
 VuoInputEditorPoint4dFactory | A VuoInputEditorPoint4d factory |
 VuoInputEditorPointableType | An input editor that displays a menu of VuoLeapPointableType values |
 VuoInputEditorPointableTypeFactory | A VuoInputEditorPointableType factory |
 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) |
 VuoInputEditorRealFactory | A VuoInputEditorReal factory |
 VuoInputEditorSizingMode | An input editor that displays a menu of VuoWrapMode values |
 VuoInputEditorSizingModeFactory | A VuoInputEditorSizingMode factory |
 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 |
 VuoInputEditorTextFactory | A VuoInputEditorText factory |
 VuoInputEditorThresholdType | An input editor that displays a menu of VuoThresholdType values |
 VuoInputEditorThresholdTypeFactory | A VuoInputEditorThresholdType factory |
 VuoInputEditorTouchZone | An input editor that displays a menu of VuoLeapPointableType values |
 VuoInputEditorTouchZoneFactory | A VuoInputEditorTouchZone factory |
 VuoInputEditorVerticalAlignment | An input editor that displays a menu of VuoLeapPointableType values |
 VuoInputEditorVerticalAlignmentFactory | A VuoInputEditorVerticalAlignment factory |
 VuoInputEditorWave | An input editor that displays a menu of VuoWave values |
 VuoInputEditorWaveFactory | A VuoInputEditorWave factory |
 VuoInputEditorWithDialog | A base class for input editors that display a frameless dialog |
 VuoInputEditorWithLineEdit | A base class for input editors that display a line edit (text field) |
 VuoInputEditorWithMenu | A base class for input editors that display a menu |
 VuoInputEditorWrapMode | An input editor that displays a menu of VuoWrapMode values |
 VuoInputEditorWrapModeFactory | A VuoInputEditorWrapMode factory |
 VuoIoSurfacePoolEntryType | An entry in the IOSurface pool |
 VuoKeyboardContext | Handle for starting and stopping event listeners |
 VuoKeyComboBox | A combo box that displays a list of VuoKeys and reacts to keypresses by selecting the corresponding VuoKey |
 VuoKeyedPool | 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 |
 VuoLeapListener | Listens for Leap events, and passes them along to the specified trigger port |
 VuoLeapPointable | Coordinates of a single Leap "pointable" (a finger or tool) |
 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 |
 VuoMouseContext | Handle for starting and stopping event listeners |
 VuoMovieDecoder | Instance class used to control the playback of video |
  AVContainer | Internal struct which contains context and current playback status of VuoMovieDecoder |
 VuoNode | This class represents an instance of a VuoNodeClass |
 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 |
 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 |
 VuoOscInPacketListener | This class maintains a list of trigger functions to be called when an OSC message is received |
 VuoOscInSocket | Opens a reusable UDP socket, attaches the specified listener to it (on a separate thread), and starts it receiving messages |
 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 |
 VuoPort | A port instance on a VuoNode instance |
 VuoPortClass | A port type on a VuoNodeClass |
 VuoProtocol | This class represents a protocol |
 VuoPublishedPort | This class represents a published port in a composition |
 VuoRectangle | A rectangular area |
 VuoRenderedLayers | A layer (or hierarchical structure of layers) and its dimensions in pixels |
 VuoRendererCable | Renders a cable in a VuoRendererComposition |
 VuoRendererColors | Provides colors for rendered items in a composition |
 VuoRendererComposition | Provides a canvas upon which nodes and cables can be rendered |
 VuoRendererFonts | Provides fonts for rendered items in a composition |
 VuoRendererItem | Subclass of QGraphicsItem, which can show bounding rects for debugging |
 VuoRendererMakeListNode | Represents the compact form of a "Make List" node |
 VuoRendererNode | Renders a node in a VuoRendererComposition |
 VuoRendererPort | Renders a node's port in a QGraphicsScene |
 VuoRendererPortList | A QGraphicsItemGroup containing only instances of VuoRendererPort |
 VuoRendererPublishedPort | A published input or output port |
 VuoRendererSignaler | Sends signals on behalf of VuoRenderer objects that don't inherit from QObject |
 VuoRendererTypecastPort | Renders a typecast port |
 VuoRunner | This class runs and controls a composition that has been compiled and linked by VuoCompiler |
  Port | This class represents a published port in a composition |
 VuoRunner32 | 32-bit version of VuoRunner |
 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) |
 VuoSceneRendererInternal | Internal state data for a VuoSceneRenderer instance |
 VuoSceneRendererInternal_object | GL Objects corresponding with a VuoSceneObject instance |
 VuoSceneRendererInternal_vertices | GL Objects corresponding with a VuoVertices instance |
 VuoSpinBox | A spin box where the buttons can have a different minimum and maximum than the line edit |
 VuoStringUtilities | Functions for dealing with strings |
 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 |
 VuoSyphonServerDescription | A struct containing the dictionary values of a Syphon Server Description |
 VuoSyphonServerNotifierInternal | Internal implementation of VuoSyphonServerNotifier |
 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 | Manages a set of trigger methods |
 VuoType | This base class represents the metadata of one type |
 VuoUrl_curlBuffer | A memory buffer, filled by VuoUrl_curlCallback() |
 VuoVertices | A 3d mesh |
 VuoWindowApplication | An application that runs its own event loop |
 VuoWindowApplicationDelegate | Delegate for VuoWindowApplication |
 VuoWindowOpenGLInternal | A graphics window for use by Vuo node classes |
 VuoWindowOpenGLView | Helper for VuoWindowOpenGLInternal |
 VuoWindowTextInternal | A console window for use by Vuo node classes |