quickshell-web/modules/Quickshell.Io/DataStreamParser.json

34 lines
743 B
JSON
Raw Normal View History

2024-09-27 23:35:19 +00:00
{
"name": "DataStreamParser",
"module": "Quickshell.Io",
"type": "class",
"super": {
"type": "qt",
"module": "qml.QtQml",
"name": "QtObject"
},
"description": "Parser for streamed input data.",
"details": "See also: TYPE99MQS_Quickshell_Io99NDataStream99TYPE, TYPE99MQS_Quickshell_Io99NSplitParser99TYPE.\n",
"flags": [
"uncreatable"
],
"properties": {},
"functions": [],
"signals": {
"read": {
"name": "read",
"details": "Emitted when data is read from the stream.\n",
"params": [
{
"name": "data",
"type": {
"type": "qt",
"module": "qml",
"name": "string"
}
}
]
}
},
"variants": {}
}