FAUST compiler  0.9.9.6b8
Functions
connectorSchema.cpp File Reference
#include "connectorSchema.h"
#include <assert.h>
Include dependency graph for connectorSchema.cpp:

Go to the source code of this file.

Functions

schemamakeConnectorSchema ()
 Connectors are used to ensure unused inputs and outputs are drawn. More...
 

Function Documentation

schema* makeConnectorSchema ( )

Connectors are used to ensure unused inputs and outputs are drawn.

Definition at line 33 of file connectorSchema.cpp.

Referenced by addSchemaInputs(), and addSchemaOutputs().

34 {
35  return new connectorSchema();
36 }
A simple rectangular box with a text and inputs and outputs.

Here is the caller graph for this function: