COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
coConfigEntryToEditor.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 COCONFIG_ENTRYTOEDITOR_H
9 #define COCONFIG_ENTRYTOEDITOR_H
10 #include <config/coConfigEntry.h>
11 namespace covise
12 {
13 
15 {
16 public:
17  static QList<coConfigEntry *> getSubEntries(coConfigEntry *entry);
18 
19 protected:
21  {
22  }
23 
24 private:
25  static QStringList groups;
26 };
27 }
28 #endif
static QStringList groups
Definition: coConfigEntryToEditor.h:25
static QList< coConfigEntry * > getSubEntries(coConfigEntry *entry)
Definition: coConfigEntryToEditor.cpp:12
coConfigEntryToEditor()
Definition: coConfigEntryToEditor.h:20
Definition: coConfigEntryToEditor.h:14
Definition: coConfigEntry.h:33