decorateSchema.cpp File Reference

#include "decorateSchema.h"
#include "schema.h"
#include <iostream>
#include <assert.h>
Include dependency graph for decorateSchema.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

schemamakeDecorateSchema (schema *s, double margin, const string &text)
 Creates a new decorated schema.

Function Documentation

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

Creates a new decorated schema.

Definition at line 31 of file decorateSchema.cpp.

Referenced by generateDiagramSchema(), generateInsideSchema(), and makeTopSchema().

00032 {
00033     return new decorateSchema (s, margin, text);
00034 }

Here is the caller graph for this function:

Generated on Thu Apr 29 00:00:03 2010 for FAUST compiler by  doxygen 1.6.3