Describes a set of blocks and the connections between them. More...
#include <juce_Topology.h>
Public Member Functions | |
Block::Ptr | getBlockWithUID (Block::UID deviceID) |
const Block::Ptr | getBlockWithUID (Block::UID deviceID) const |
bool | operator!= (const BlockTopology &) const noexcept |
bool | operator== (const BlockTopology &) const noexcept |
Public Attributes | |
Block::Array | blocks |
juce::Array< BlockDeviceConnection > | connections |
Describes a set of blocks and the connections between them.
{Blocks}
|
inline |
|
inline |
|
noexcept |
|
noexcept |
Block::Array juce::BlockTopology::blocks |
juce::Array<BlockDeviceConnection> juce::BlockTopology::connections |