COVISE Core
WSTools.h
Go to the documentation of this file.
1/* This file is part of COVISE.
2
3 You can use it under the terms of the GNU Lesser General Public License
4 version 2.1 or later, see lgpl-2.1.txt.
5
6 * License: LGPL 2+ */
7
8#ifndef WSTOOLS_H
9#define WSTOOLS_H
10
11#include <QString>
12
13#include "WSExport.h"
14
15namespace covise
16{
17
18class WSParameter;
19
21{
22public:
23 static QString fromCovise(const QString &from);
24 static QString toCovise(const QString &from);
25
26 static bool setParameterFromString(WSParameter *parameter, const QString &value);
27
28private:
30 {
31 }
33 {
34 }
35};
36}
37#endif
#define WSLIBEXPORT
Definition: coExport.h:385
GLsizei const GLfloat * value
Definition: khronos-glext.h:6760
list of all chemical elements
Definition: coConfig.h:27
Definition: WSParameter.h:28
Definition: WSTools.h:21
WSTools()
Definition: WSTools.h:29
~WSTools()
Definition: WSTools.h:32