 _VuoImage | An image residing in GPU memory (GL Texture Object) |
 nodeInstanceData | Stateful nodes may define a custom structure called nodeInstanceData , to store the state of a single node instance |
 VuoRunner::Port | This class represents a published port in a graph |
 QApplication | |
  VuoEditor | The Vuo Editor's QApplication subclass |
  VuoWindowApplication | An application that runs its own event loop |
 QDialog | |
  VuoDataEditorDialog | A dialog that displays a data editor |
   VuoNodeTitleEditorDialog | A dialog for editing a node title |
   VuoPortValueEditorDialog | A dialog for editing a port constant value |
   VuoPublishedPortNameEditorDialog | A dialog for editing a published port name |
 QDockWidget | |
  VuoNodeLibrary | A dockable window displaying the list of node classes that can be added to compositions |
  VuoPublishedPortSidebar | A docked window displaying the list of published input and/or output ports associated with the input composition |
 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 |
   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 |
   VuoEditorComposition | Handles drags-and-drops and performs node instantiation for the editor window |
 QLabel | |
  VuoPortPopover | A popover widget for displaying information about a port |
  VuoPublishedPortDropBox | A "Publish Port" well that will accept cable drops and publish the internal port connected to the other end of the dragged cable |
 QLineEdit | |
  VuoNodeLibraryTextFilter | A widget for filtering the nodes displayed in the Node Library |
 QListWidget | |
  VuoNodeClassList | A widget allowing node classes to be dragged out of it (and onto, e.g., a composition editor canvas) |
  VuoPublishedPortList | A widget displaying published input and/or output ports |
 QMainWindow | |
  VuoEditorWindow | Represents a window for editing a Vuo Composition |
  VuoWindowTextInternal | Private implementation of VuoWindowText |
 QMenu | |
  VuoMenu | Disgusting hack |
  VuoRecentFileMenu | Provides a "File > Open Recent" menu |
 QObject | |
  VuoDataEditorInteger | Data editor for VuoInteger values |
  VuoDataEditorReal | Data editor for VuoInteger values |
  VuoRendererSignaler | Sends signals on behalf of VuoRenderer objects that don't inherit from QObject |
 QStyledItemDelegate | |
  VuoNodeClassListItemDelegate | Displays a given node class name within the node library |
  VuoPublishedPortListItemDelegate | Displays a given published port within the published port sidebar |
 QSyntaxHighlighter | |
  VuoNodeClassListItemHighlighter | Highlights (emboldens) target terms within the given text block |
 QUndoCommand | |
  VuoCommandAdd | An undoable action for adding nodes and cables to the composition |
  VuoCommandConnect | An undoable action for connecting a cable to a port |
  VuoCommandMove | An undoable action for moving nodes to a different position in the composition |
  VuoCommandPublishPort | An undoable action for publishing a port |
  VuoCommandRemove | An undoable action for removing nodes and cables from the composition |
  VuoCommandSetNodeTint | An undoable action for setting the tint color of a node |
  VuoCommandSetNodeTitle | An undoable action for setting the title (display name) of a node |
  VuoCommandSetPortConstant | An undoable action for setting the constant value of a port |
  VuoCommandSetPublishedPortName | An undoable action for setting the name of a published port |
  VuoCommandUnpublishPort | An undoable action for unpublishing a port |
 QWindow | |
  VuoWindowOpenGLInternal | Private implementation of VuoWindowOpenGL |
 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 |
 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 |
 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 conductor port, optionally with data |
     VuoCompilerInputEventPort | A conductor input port, optionally with data |
     VuoCompilerOutputEventPort | A conductor 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 conductor port type, optionally with data |
     VuoCompilerInputEventPortClass | A conductor input port type, optionally with data |
     VuoCompilerOutputEventPortClass | A conductor 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 |
 VuoCommandCommon | Helper functions for undoable actions |
 VuoCompiler | A compiler/linker for node classes and graphs |
 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 a push may be conducted |
 VuoCompilerCodeGenUtilities | Handy methods for generating code |
 VuoCompilerDebug | Methods for compile-time debugging and for generating code for run-time debugging |
 VuoCompilerEdge | This class represents one or more cables connecting a pair of nodes (or one node in a feedback loop) |
  VuoCompilerPassiveEdge | This class represents one or more cables connecting one node's output ports to another (or the same) node's input ports |
  VuoCompilerTriggerEdge | This class represents one or more cables connecting one node's trigger port to another (or the same) node's input ports |
 VuoCompilerGraphvizParser | Parses nodes and edges from a .vuo composition file |
 VuoCompilerLeaf | Provides a semaphore for waiting on a leaf node |
 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 |
 VuoCompilerTriggerAction | The callback that executes when a trigger port on a node generates an event |
 VuoDataEditor | Interface for data editors |
  VuoDataEditorGradientNoise | Data editor for VuoGradientNoise values |
  VuoDataEditorText | Data editor for VuoText values |
   VuoDataEditorInteger | Data editor for VuoInteger values |
   VuoDataEditorReal | Data editor for VuoInteger values |
 VuoDataEditorManager | This class keeps track of implementations of the VuoDataEditor interface |
 VuoFileUtilities | Functions for dealing with files |
 VuoGlContextPool | A process-wide set of mutually-shared OpenGL contexts |
 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 |
 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 |
 VuoRendererColors | Provides colors for rendered items in a composition |
 VuoRendererFonts | Provides fonts for rendered items in a composition |
 VuoRunner | This class runs a graph and manages communication with a graph produced by VuoCompiler |
 VuoRunnerDelegate | An abstract class to be implemented by a client that will receive telemetry data from the graph |
  VuoRunnerDelegateAdapter | A class provided for convenience when inheriting from VuoRunnerDelegate |
   VuoEditorComposition | Handles drags-and-drops and performs node instantiation for the editor window |
 VuoSceneObject | A renderable 3D Object |
 VuoSceneVertices | Vertices representing a 3D object |
 VuoStringUtilities | Functions for dealing with strings |
 VuoTimeUtilities | Functions for measuring times at microsecond precision |