![]() |
tuchulcha
0.10.1
Graphical Workflow Configuration Editor
|
Implementation of class GraphModel. More...
#include "GraphModel.h"
#include "QParameterFile.h"
#include "MetaData.h"
#include <QMessageBox>
#include <QtDebug>
#include <sstream>
#include <set>
#include <algorithm>
#include "QTextInputDialog.h"
#include <stdexcept>
#include <QRegExpValidator>
Go to the source code of this file.
Functions | |
std::string | _toLower (std::string input) |
transform std::string into lowercase More... | |
Definition in file GraphModel.cpp.
|
inline |
[in] | input | string to transform |
Definition at line 42 of file GraphModel.cpp.