COVISE Core
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
11namespace covise
12{
13
15{
16public:
17 static QList<coConfigEntry *> getSubEntries(coConfigEntry *entry);
18
19protected:
21 {
22 }
23
24private:
25 static QStringList groups;
26};
27}
28#endif
list of all chemical elements
Definition: coConfig.h:27
Definition: coConfigEntry.h:34
Definition: coConfigEntryToEditor.h:15
static QList< coConfigEntry * > getSubEntries(coConfigEntry *entry)
Definition: coConfigEntryToEditor.cpp:12
static QStringList groups
Definition: coConfigEntryToEditor.h:25
coConfigEntryToEditor()
Definition: coConfigEntryToEditor.h:20