aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml-type-descriptions/qbs.qmltypes
blob: bc4244b63fc3bbcf700adfb557aa151bb11f7458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
import QtQuick.tooling 1.0

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.

Module {
    Component {
        name: "Artifact"
        exports: [ "qbs/Artifact 1.0" ]
        prototype: "QQuickItem"
        Property { name: "alwaysUpdated"; type: "bool" }
        Property { name: "condition"; type: "bool" }
        Property { name: "fileName"; type: "string" }
        Property { name: "filePath"; type: "string" }
        Property { name: "fileTags"; type: "string"; isList: true }
    }
    Component {
        name: "Depends"
        exports: [ "qbs/Depends 1.0" ]
        prototype: "QQuickItem"
        Property { name: "condition"; type: "bool" }
        Property { name: "enableFallback"; type: "bool" }
        Property { name: "limitToSubProject"; type: "bool" }
        Property { name: "multiplexConfigurationIds"; type: "string"; isList: true }
        Property { name: "name"; type: "string" }
        Property { name: "productTypes"; type: "string"; isList: true }
        Property { name: "profiles"; type: "string"; isList: true }
        Property { name: "required"; type: "bool" }
        Property { name: "submodules"; type: "string"; isList: true }
        Property { name: "versionAtLeast"; type: "string" }
        Property { name: "versionBelow"; type: "string" }
    }
    Component {
        name: "Export"
        exports: [ "qbs/Export 1.0" ]
        prototype: "QQuickItem"
        Property { name: "additionalProductTypes"; type: "string"; isList: true }
        Property { name: "condition"; type: "bool" }
        Property { name: "name"; type: "string" }
        Property { name: "prefixMapping"; type: "QVariant" }
        Property { name: "present"; type: "bool" }
        Property { name: "setupBuildEnvironment"; type: "QVariant" }
        Property { name: "setupRunEnvironment"; type: "QVariant" }
        Property { name: "validate"; type: "bool" }
        Property { name: "version"; type: "string" }
    }
    Component {
        name: "FileTagger"
        exports: [ "qbs/FileTagger 1.0" ]
        prototype: "QQuickItem"
        Property { name: "condition"; type: "bool" }
        Property { name: "fileTags"; type: "string"; isList: true }
        Property { name: "patterns"; type: "string"; isList: true }
        Property { name: "priority"; type: "int" }
    }
    Component {
        name: "Group"
        exports: [ "qbs/Group 1.0" ]
        prototype: "QQuickItem"
        Property { name: "condition"; type: "bool" }
        Property { name: "excludeFiles"; type: "string"; isList: true }
        Property { name: "fileTags"; type: "string"; isList: true }
        Property { name: "fileTagsFilter"; type: "string"; isList: true }
        Property { name: "files"; type: "string"; isList: true }
        Property { name: "filesAreTargets"; type: "bool" }
        Property { name: "name"; type: "string" }
        Property { name: "overrideTags"; type: "bool" }
        Property { name: "prefix"; type: "string" }
    }
    Component {
        name: "JobLimit"
        exports: [ "qbs/JobLimit 1.0" ]
        prototype: "QQuickItem"
        Property { name: "condition"; type: "bool" }
        Property { name: "jobCount"; type: "int" }
        Property { name: "jobPool"; type: "string" }
    }
    Component {
        name: "Module"
        exports: [ "qbs/Module 1.0" ]
        prototype: "QQuickItem"
        Property { name: "additionalProductTypes"; type: "string"; isList: true }
        Property { name: "condition"; type: "bool" }
        Property { name: "name"; type: "string" }
        Property { name: "present"; type: "bool" }
        Property { name: "priority"; type: "int" }
        Property { name: "setupBuildEnvironment"; type: "QVariant" }
        Property { name: "setupRunEnvironment"; type: "QVariant" }
        Property { name: "validate"; type: "bool" }
        Property { name: "version"; type: "string" }
    }
    Component {
        name: "ModuleProvider"
        exports: [ "qbs/ModuleProvider 1.0" ]
        prototype: "QQuickItem"
        Property { name: "name"; type: "string" }
        Property { name: "outputBaseDir"; type: "string" }
        Property { name: "relativeSearchPaths"; type: "string"; isList: true }
    }
    Component {
        name: "Parameter"
        exports: [ "qbs/Parameter 1.0" ]
        prototype: "QQuickItem"
    }
    Component {
        name: "Parameters"
        exports: [ "qbs/Parameters 1.0" ]
        prototype: "QQuickItem"
    }
    Component {
        name: "Probe"
        exports: [ "qbs/Probe 1.0" ]
        prototype: "QQuickItem"
        Property { name: "condition"; type: "bool" }
        Property { name: "configure"; type: "QVariant" }
        Property { name: "found"; type: "bool" }
    }
    Component {
        name: "Product"
        exports: [ "qbs/Product 1.0" ]
        prototype: "QQuickItem"
        Property { name: "aggregate"; type: "bool" }
        Property { name: "buildDirectory"; type: "string" }
        Property { name: "builtByDefault"; type: "bool" }
        Property { name: "condition"; type: "bool" }
        Property { name: "consoleApplication"; type: "bool" }
        Property { name: "destinationDirectory"; type: "string" }
        Property { name: "excludeFiles"; type: "string"; isList: true }
        Property { name: "files"; type: "string"; isList: true }
        Property { name: "multiplexByQbsProperties"; type: "string"; isList: true }
        Property { name: "multiplexConfigurationId"; type: "string" }
        Property { name: "multiplexed"; type: "bool" }
        Property { name: "multiplexedType"; type: "string"; isList: true }
        Property { name: "name"; type: "string" }
        Property { name: "profiles"; type: "string"; isList: true }
        Property { name: "qbsSearchPaths"; type: "string"; isList: true }
        Property { name: "targetName"; type: "string" }
        Property { name: "type"; type: "string"; isList: true }
        Property { name: "version"; type: "string" }
    }
    Component {
        name: "Profile"
        exports: [ "qbs/Profile 1.0" ]
        prototype: "QQuickItem"
        Property { name: "baseProfile"; type: "string" }
        Property { name: "condition"; type: "bool" }
        Property { name: "name"; type: "string" }
    }
    Component {
        name: "Project"
        exports: [ "qbs/Project 1.0" ]
        prototype: "QQuickItem"
        Property { name: "buildDirectory"; type: "string" }
        Property { name: "condition"; type: "bool" }
        Property { name: "minimumQbsVersion"; type: "string" }
        Property { name: "name"; type: "string" }
        Property { name: "profile"; type: "string" }
        Property { name: "qbsSearchPaths"; type: "string"; isList: true }
        Property { name: "references"; type: "string"; isList: true }
        Property { name: "sourceDirectory"; type: "string" }
    }
    Component {
        name: "Properties"
        exports: [ "qbs/Properties 1.0" ]
        prototype: "QQuickItem"
        Property { name: "condition"; type: "bool" }
    }
    Component {
        name: "PropertyOptions"
        exports: [ "qbs/PropertyOptions 1.0" ]
        prototype: "QQuickItem"
        Property { name: "allowedValues"; type: "QVariant" }
        Property { name: "description"; type: "string" }
        Property { name: "name"; type: "string" }
        Property { name: "removalVersion"; type: "string" }
    }
    Component {
        name: "Rule"
        exports: [ "qbs/Rule 1.0" ]
        prototype: "QQuickItem"
        Property { name: "alwaysRun"; type: "bool" }
        Property { name: "auxiliaryInputs"; type: "string"; isList: true }
        Property { name: "condition"; type: "bool" }
        Property { name: "excludedAuxiliaryInputs"; type: "string"; isList: true }
        Property { name: "excludedInputs"; type: "string"; isList: true }
        Property { name: "explicitlyDependsOn"; type: "string"; isList: true }
        Property { name: "explicitlyDependsOnFromDependencies"; type: "string"; isList: true }
        Property { name: "inputs"; type: "string"; isList: true }
        Property { name: "inputsFromDependencies"; type: "string"; isList: true }
        Property { name: "multiplex"; type: "bool" }
        Property { name: "name"; type: "string" }
        Property { name: "outputArtifacts"; type: "QVariant" }
        Property { name: "outputFileTags"; type: "string"; isList: true }
        Property { name: "prepare"; type: "QVariant" }
        Property { name: "requiresInputs"; type: "bool" }
        Property { name: "usings"; type: "string"; isList: true }
    }
    Component {
        name: "Scanner"
        exports: [ "qbs/Scanner 1.0" ]
        prototype: "QQuickItem"
        Property { name: "condition"; type: "bool" }
        Property { name: "inputs"; type: "string"; isList: true }
        Property { name: "recursive"; type: "bool" }
        Property { name: "scan"; type: "QVariant" }
        Property { name: "searchPaths"; type: "string"; isList: true }
    }
    Component {
        name: "SubProject"
        exports: [ "qbs/SubProject 1.0" ]
        prototype: "QQuickItem"
        Property { name: "condition"; type: "bool" }
        Property { name: "filePath"; type: "string" }
        Property { name: "inheritProperties"; type: "bool" }
    }
    Component {
        name: "Transformer"
        exports: [ "qbs/Transformer 1.0" ]
        prototype: "QQuickItem"
        Property { name: "alwaysRun"; type: "bool" }
        Property { name: "condition"; type: "bool" }
        Property { name: "explicitlyDependsOn"; type: "string"; isList: true }
        Property { name: "inputs"; type: "string"; isList: true }
        Property { name: "prepare"; type: "QVariant" }
    }
}