|
1 | 1 | { |
2 | 2 | "info" : { |
3 | 3 | "source" : "include/imgui-knobs/imgui-knobs.h", |
4 | | - "hash" : "1f637f21a158aff7116bdb283dc83d46", |
| 4 | + "hash" : "c27d15f1e6a3d155f490dd963d2ff856", |
5 | 5 | "url" : "https://github.com/altschuler/imgui-knobs", |
6 | | - "revision" : "4f207526f9ef036a0aff7edfaad92cfbe12d987a" |
| 6 | + "revision" : "a0768e19300268d15d748b5f67bc30deda75e11a" |
7 | 7 | }, |
8 | 8 | "decls" : [ { |
9 | 9 | "@type" : "AstEnumDecl", |
|
36 | 36 | "order" : 3, |
37 | 37 | "value" : "1 << 3", |
38 | 38 | "evaluatedValue" : 8 |
| 39 | + }, { |
| 40 | + "@type" : "AstEnumConstantDecl", |
| 41 | + "name" : "ImGuiKnobFlags_DragVertical", |
| 42 | + "qualType" : "ImGuiKnobFlags_", |
| 43 | + "order" : 4, |
| 44 | + "value" : "1 << 4", |
| 45 | + "evaluatedValue" : 16 |
| 46 | + }, { |
| 47 | + "@type" : "AstEnumConstantDecl", |
| 48 | + "name" : "ImGuiKnobFlags_Logarithmic", |
| 49 | + "qualType" : "ImGuiKnobFlags_", |
| 50 | + "order" : 5, |
| 51 | + "value" : "1 << 5", |
| 52 | + "evaluatedValue" : 32 |
| 53 | + }, { |
| 54 | + "@type" : "AstEnumConstantDecl", |
| 55 | + "name" : "ImGuiKnobFlags_AlwaysClamp", |
| 56 | + "qualType" : "ImGuiKnobFlags_", |
| 57 | + "order" : 6, |
| 58 | + "value" : "1 << 6", |
| 59 | + "evaluatedValue" : 64 |
39 | 60 | } ] |
40 | 61 | }, { |
41 | 62 | "@type" : "AstEnumDecl", |
|
147 | 168 | "name" : "format", |
148 | 169 | "qualType" : "const char *", |
149 | 170 | "desugaredQualType" : "const char *", |
150 | | - "defaultValue" : "NULL" |
| 171 | + "defaultValue" : "\"%.3f\"" |
151 | 172 | }, { |
152 | 173 | "@type" : "AstParmVarDecl", |
153 | 174 | "name" : "variant", |
|
172 | 193 | "qualType" : "int", |
173 | 194 | "desugaredQualType" : "int", |
174 | 195 | "defaultValue" : "10" |
| 196 | + }, { |
| 197 | + "@type" : "AstParmVarDecl", |
| 198 | + "name" : "angle_min", |
| 199 | + "qualType" : "float", |
| 200 | + "desugaredQualType" : "float", |
| 201 | + "defaultValue" : "-1" |
| 202 | + }, { |
| 203 | + "@type" : "AstParmVarDecl", |
| 204 | + "name" : "angle_max", |
| 205 | + "qualType" : "float", |
| 206 | + "desugaredQualType" : "float", |
| 207 | + "defaultValue" : "-1" |
175 | 208 | } ] |
176 | 209 | }, { |
177 | 210 | "@type" : "AstFunctionDecl", |
|
208 | 241 | "name" : "format", |
209 | 242 | "qualType" : "const char *", |
210 | 243 | "desugaredQualType" : "const char *", |
211 | | - "defaultValue" : "NULL" |
| 244 | + "defaultValue" : "\"%i\"" |
212 | 245 | }, { |
213 | 246 | "@type" : "AstParmVarDecl", |
214 | 247 | "name" : "variant", |
|
233 | 266 | "qualType" : "int", |
234 | 267 | "desugaredQualType" : "int", |
235 | 268 | "defaultValue" : "10" |
| 269 | + }, { |
| 270 | + "@type" : "AstParmVarDecl", |
| 271 | + "name" : "angle_min", |
| 272 | + "qualType" : "float", |
| 273 | + "desugaredQualType" : "float", |
| 274 | + "defaultValue" : "-1" |
| 275 | + }, { |
| 276 | + "@type" : "AstParmVarDecl", |
| 277 | + "name" : "angle_max", |
| 278 | + "qualType" : "float", |
| 279 | + "desugaredQualType" : "float", |
| 280 | + "defaultValue" : "-1" |
236 | 281 | } ] |
237 | 282 | } ] |
238 | 283 | } ] |
|
0 commit comments