pqXMLUtil.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 
11 #ifndef pqXMLUtil_h
12 #define pqXMLUtil_h
13 
14 #include "pqCoreModule.h"
15 #include <QList>
16 #include <QString>
17 
18 class vtkPVXMLElement;
19 
21 {
22 public:
23  static vtkPVXMLElement* FindNestedElementByName(vtkPVXMLElement* element, const char* name);
24 
25  static QString GetStringFromIntList(const QList<int>& list);
26  static QList<int> GetIntListFromString(const char* value);
27 };
28 
29 #endif
name
#define PQCORE_EXPORT
Definition: pqCoreModule.h:15
value
This is used by vtkPVXMLParser to represent an XML document starting at the root element.