|
static void | setAppController (ApplicationController *appController) |
|
used for #X coords
More...
|
|
static void | setParserWindowController (PatchWindowController *wnd) |
|
static void | setParserWindowControllers (PatchWindowController *wnd, PatchWindowController *, PatchWindowController *first) |
|
static PatchWindowController * | parserFirstWindowController () |
| returns first created window More...
|
|
static PatchWindowController * | parserWindowController () |
|
static void | open (QString fname) |
|
static void | parseQString (QString line) |
|
[1] opens file, converts to QStrings, calls 'parseString'
More...
|
|
static void | parseStringListAtoms (PatchWindowController *controller, QStringList list) |
|
[2] checks first atoms ("#N", "#X" etc) and sends QStringList of contents to canvas
More...
|
|
static UIObject * | sendStringToCanvas (PatchWindowController *controller, QStringList list) |
|
[3] parses QStringLists of atoms to canvas - creates objects etc, converts list, passes data to 'sendStringToCanvas'
More...
|
|
static bool | legacyProcess (PatchWindowController *controller, QStringList list) |
|
[3.1] subroutine - formats list and send it to canvas as a string
More...
|
|
Parses pd files on 'client' (GUI) side.
'FileParser' and 'FileSaver' should probably be moved to separate library