[][src]Module purezen::message::object

Message objects: core data type for Pure Data graphs

Translation Notes

This file was translated from the following ZenGarden C++ sources:

  • MessageObject.cpp

The MessageObject class was renamed to message::Object.

Where ZenGarden relied heavily on inheritance, PureZen is attempting to refactor such usages into composition, following the Entity-Component-System pattern.

Re-exports

pub use self::connection::Connection;

Modules

connection

Management of connections between message::Object types

Structs

Coordinates

Position of an object on a graphical canvas.

Id

Object identifiers (for use with pd::State)

Object

Message objects

Enums

Type

All supported object types