|
FAUST compiler
0.9.9.6b8
|
#include <description.hh>
Public Member Functions | |
| Description () | |
| Description * | name (const string &s) |
| Description * | author (const string &s) |
| Description * | copyright (const string &s) |
| Description * | license (const string &s) |
| Description * | version (const string &s) |
| Description * | className (const string &s) |
| Description * | inputs (int n) |
| Description * | outputs (int n) |
| void | ui (Tree t) |
| void | print (int n, ostream &fout) |
Private Member Functions | |
| void | addGroup (int level, Tree t) |
| int | addWidget (Tree label, Tree varname, Tree sig) |
| void | tab (int n, ostream &fout) |
| void | addActiveLine (const string &l) |
| void | addPassiveLine (const string &l) |
| void | addLayoutLine (int n, const string &l) |
Private Attributes | |
| string | fName |
| string | fAuthor |
| string | fCopyright |
| string | fLicense |
| string | fVersion |
| string | fClassName |
| int | fInputs |
| int | fOutputs |
| int | fWidgetID |
| int | fActiveWidgetCount |
| int | fPassiveWidgetCount |
| list< string > | fActiveLines |
| list< string > | fPassiveLines |
| list< string > | fLayoutLines |
| list< int > | fLayoutTabs |
Definition at line 23 of file description.hh.
|
inline |
Definition at line 45 of file description.hh.
|
inlineprivate |
Definition at line 77 of file description.hh.
Referenced by addWidget().

|
private |
Definition at line 206 of file description.cpp.
References addLayoutLine(), addWidget(), hd(), isNil(), isUiFolder(), isUiWidget(), left(), right(), subst(), T(), tl(), tree2int(), tree2str(), and xmlize().
Referenced by ui().


|
inlineprivate |
Definition at line 79 of file description.hh.
Referenced by addGroup().

|
inlineprivate |
Definition at line 78 of file description.hh.
Referenced by addWidget().

Definition at line 243 of file description.cpp.
References addActiveLine(), addPassiveLine(), fActiveWidgetCount, fPassiveWidgetCount, fWidgetID, isSigButton(), isSigCheckbox(), isSigHBargraph(), isSigHSlider(), isSigNumEntry(), isSigVBargraph(), isSigVSlider(), subst(), T(), tree2double(), tree2str(), and xmlize().
Referenced by addGroup().


|
inline |
Definition at line 59 of file description.hh.
Referenced by main().

|
inline |
Definition at line 64 of file description.hh.
Referenced by main().

|
inline |
Definition at line 60 of file description.hh.
Referenced by main().

|
inline |
Definition at line 65 of file description.hh.
Referenced by main().

|
inline |
Definition at line 61 of file description.hh.
Referenced by main().

|
inline |
Definition at line 58 of file description.hh.
Referenced by main().

|
inline |
Definition at line 66 of file description.hh.
Referenced by main().

| void Description::print | ( | int | n, |
| ostream & | fout | ||
| ) |
Definition at line 146 of file description.cpp.
References fActiveLines, fActiveWidgetCount, fAuthor, fClassName, fCopyright, fInputs, fLayoutLines, fLayoutTabs, fLicense, fName, fOutputs, fPassiveLines, fPassiveWidgetCount, fVersion, tab(), and xmlize().
Referenced by main().


|
private |
Definition at line 237 of file description.cpp.
Referenced by print().

| void Description::ui | ( | Tree | t | ) |
Definition at line 200 of file description.cpp.
References addGroup().
Referenced by SchedulerCompiler::compileMultiSignal(), and VectorCompiler::compileMultiSignal().


|
inline |
Definition at line 62 of file description.hh.
Referenced by main().

|
private |
Definition at line 37 of file description.hh.
Referenced by print().
|
private |
Definition at line 35 of file description.hh.
Referenced by addWidget(), and print().
|
private |
Definition at line 26 of file description.hh.
Referenced by print().
|
private |
Definition at line 31 of file description.hh.
Referenced by print().
|
private |
Definition at line 27 of file description.hh.
Referenced by print().
|
private |
Definition at line 32 of file description.hh.
Referenced by print().
|
private |
Definition at line 39 of file description.hh.
Referenced by print().
|
private |
Definition at line 40 of file description.hh.
Referenced by print().
|
private |
Definition at line 28 of file description.hh.
Referenced by print().
|
private |
Definition at line 25 of file description.hh.
Referenced by print().
|
private |
Definition at line 33 of file description.hh.
Referenced by print().
|
private |
Definition at line 38 of file description.hh.
Referenced by print().
|
private |
Definition at line 36 of file description.hh.
Referenced by addWidget(), and print().
|
private |
Definition at line 29 of file description.hh.
Referenced by print().
|
private |
Definition at line 34 of file description.hh.
Referenced by addWidget().
1.8.7