COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
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 
15 namespace covise
16 {
17 
18 class WSParameter;
19 
21 {
22 public:
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 
28 private:
30  {
31  }
33  {
34  }
35 };
36 }
37 #endif
Definition: WSTools.h:20
Definition: WSParameter.h:27
~WSTools()
Definition: WSTools.h:32
GLsizei const GLfloat * value
Definition: khronos-glext.h:6760
#define WSLIBEXPORT
Definition: coExport.h:373
WSTools()
Definition: WSTools.h:29