Maraiah/tycho/bindings.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2019-06-09 13:02:26 -07:00
{
"cppFile": "",
"rust": {
"dir": "",
2019-06-17 04:15:26 -07:00
"interfaceModule": "ffi",
"implementationModule": "gui"
2019-06-09 13:02:26 -07:00
},
"objects": {
2019-06-17 03:32:22 -07:00
"MapModel": {
"type": "Tree",
2019-06-10 09:05:05 -07:00
"functions": {
"open": {
2019-06-13 18:10:33 -07:00
"return": "bool",
2019-06-10 09:05:05 -07:00
"mut": true,
"arguments": [{
2019-06-17 03:32:22 -07:00
"name": "path",
2019-06-10 09:05:05 -07:00
"type": "QString"
}]
},
"save": {
2019-06-17 03:32:22 -07:00
"return": "bool",
"mut": false
},
2019-06-17 03:32:22 -07:00
"saveAs": {
"return": "bool",
"mut": false,
"arguments": [{
"name": "path",
"type": "QString"
}]
},
"isDirty": {
"return": "bool",
"mut": false
2019-06-10 09:05:05 -07:00
}
},
"properties": {
},
"itemProperties": {
"rowName": {
"type": "quint64",
"roles": [["display"]]
},
"someNumber": {
"type": "quint64",
"roles": [[], ["display"]]
}
}
}
2019-06-09 13:02:26 -07:00
}
}