]> SALOME platform Git repositories - modules/paravis.git/blob - src/Plugins/JSONReader/plugin/sources.xml
Salome HOME
bos #42937: [CEA 41954] Integration of UB24.04 patches
[modules/paravis.git] / src / Plugins / JSONReader / plugin / sources.xml
1 <ServerManagerConfiguration>
2   <ProxyGroup name="sources">
3     <SourceProxy name="JSONReader"
4                  class="vtkJSONReader"
5                  label="JSON Reader">
6
7       <Hints>
8          <ReaderFactory extensions="json"
9                         file_description="JSON file" />
10       </Hints>
11
12       <Documentation
13         short_help="Reads JSON file"
14         long_help="Reads JSON file and converts it to the VTK table">
15       </Documentation>
16
17       <StringVectorProperty name="FileName"
18                             command="SetFileName"
19                             number_of_elements="1"
20                             panel_visibility="never">
21         <FileListDomain name="files"/>
22         <Documentation>
23           This property specifies the file name for the JSON reader
24         </Documentation>
25       </StringVectorProperty>
26     </SourceProxy>
27   </ProxyGroup>
28 </ServerManagerConfiguration>