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

Go to the source code of this file.

Functions

schemamakeTopSchema (schema *s, double margin, const string &text, const string &link)
 Creates a new top schema. More...
 

Function Documentation

schema* makeTopSchema ( schema s,
double  margin,
const string &  text,
const string &  link 
)

Creates a new top schema.

Definition at line 33 of file topSchema.cpp.

References makeDecorateSchema().

Referenced by writeSchemaFile().

34 {
35  return new topSchema (makeDecorateSchema(s, margin/2, text), margin/2, "", link);
36 }
A topSchema is a schema surrounded by a dashed rectangle with a label on the top left.
Definition: topSchema.h:34
schema * makeDecorateSchema(schema *s, double margin, const string &text)
Creates a new decorated schema.

Here is the call graph for this function:

Here is the caller graph for this function: