JUCE
Public Member Functions | Public Attributes | List of all members
Block::Program Struct Referenceabstract

A program that can be loaded onto a block. More...

Inheritance diagram for Block::Program:

Public Member Functions

 Program (Block &)
 
virtual ~Program ()=default
 
virtual String getLittleFootProgram ()=0
 Returns the LittleFoot program to execute on the BLOCKS device. More...
 
virtual juce::Array< FilegetSearchPaths ()
 Returns an array of search paths to use when resolving includes. More...
 

Public Attributes

Blockblock
 

Detailed Description

A program that can be loaded onto a block.

Constructor & Destructor Documentation

◆ Program()

Block::Program::Program ( Block )

◆ ~Program()

virtual Block::Program::~Program ( )
virtualdefault

Member Function Documentation

◆ getLittleFootProgram()

virtual String Block::Program::getLittleFootProgram ( )
pure virtual

Returns the LittleFoot program to execute on the BLOCKS device.

◆ getSearchPaths()

virtual juce::Array<File> Block::Program::getSearchPaths ( )
virtual

Returns an array of search paths to use when resolving includes.

Member Data Documentation

◆ block

Block& Block::Program::block

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