FileManager QML Type
A type to contain the save/load features More...
Import Statement: | import Neuronify . |
Inherits: |
Properties
- graphEngine : GraphEngine
- otherItems : var
- workspace : var
Signals
- loadState(var fileUrl)
- objectify( obj)
- read( fileUrl)
- saveState( fileUrl)
- showLoadDialog()
- showSaveDialog()
Detailed Description
Neuronify saves configurations by storing the javascript code needed to create the network, and loads files by evaluating the generated and saved js code.
The read/write part is done in FileIO, while this object just treats the file as a js string.
Property Documentation
graphEngine : GraphEngine |
otherItems : var |
workspace : var |
Signal Documentation
loadState(var fileUrl) |