LMMS
Loading...
Searching...
No Matches
water::GraphRenderingOps::ConnectionLookupTable Class Reference

Classes

struct  Entry

Public Member Functions

 ConnectionLookupTable (const OwnedArray< AudioProcessorGraph::Connection > &connections)
bool isAnInputTo (const uint32 possibleInputId, const uint32 possibleDestinationId) const noexcept

Private Member Functions

bool isAnInputToRecursive (const uint32 possibleInputId, const uint32 possibleDestinationId, int recursionCheck) const noexcept
EntryfindEntry (const uint32 destNodeId, int &insertIndex) const noexcept

Private Attributes

OwnedArray< Entryentries

Constructor & Destructor Documentation

◆ ConnectionLookupTable()

water::GraphRenderingOps::ConnectionLookupTable::ConnectionLookupTable ( const OwnedArray< AudioProcessorGraph::Connection > & connections)
inlineexplicit

Member Function Documentation

◆ findEntry()

Entry * water::GraphRenderingOps::ConnectionLookupTable::findEntry ( const uint32 destNodeId,
int & insertIndex ) const
inlineprivatenoexcept

◆ isAnInputTo()

bool water::GraphRenderingOps::ConnectionLookupTable::isAnInputTo ( const uint32 possibleInputId,
const uint32 possibleDestinationId ) const
inlinenoexcept

◆ isAnInputToRecursive()

bool water::GraphRenderingOps::ConnectionLookupTable::isAnInputToRecursive ( const uint32 possibleInputId,
const uint32 possibleDestinationId,
int recursionCheck ) const
inlineprivatenoexcept

Member Data Documentation

◆ entries

OwnedArray<Entry> water::GraphRenderingOps::ConnectionLookupTable::entries
private

The documentation for this class was generated from the following file: