|
class | Block |
| Represents an individual BLOCKS device. More...
|
|
struct | Block::BlockArea |
| A simple struct representing the area of a block. More...
|
|
struct | Block::ConnectionPort |
| These are the edge-connectors that a device may have. More...
|
|
struct | Block::Program |
| A program that can be loaded onto a block. More...
|
|
struct | Block::ProgramLoadedListener |
| Listener interface to be informed of program loaded events. More...
|
|
struct | Block::ProgramEventMessage |
| A message that can be sent to the currently loaded program. More...
|
|
struct | Block::ProgramEventListener |
| Interface for objects listening to custom program events. More...
|
|
struct | Block::ConfigMetaData |
| Metadata for a given config item. More...
|
|
struct | Block::ConfigItemListener |
| Listener interface to be informed of block config changes. More...
|
|
struct | Block::DataInputPortListener |
| Interface for objects listening to input data port. More...
|
|