MorphoGraphX  2.0-1-227
Namespaces | Functions
ProcessUtils.hpp File Reference
#include <Config.hpp>
#include <Vector.hpp>
#include <Util.hpp>
#include <QStringList>
#include <QHash>

Go to the source code of this file.

Namespaces

 mgx
 Distributed matrix library.
 

Functions

QTreeWidgetItem * mgx::getFolder (QString name, QHash< QString, QTreeWidgetItem * > &folders, QTreeWidget *tree)
 Find or create a folder from a process tree. More...
 
void mgx::filterProcesses (QTreeWidget *tree, const QString &filter_text)
 Show only processes whose name match the regular expression. More...
 
template<size_t dim, typename T >
bool mgx::fromQString (Vector< dim, T > &p, const QString &s, QString sep=" ")
 Convert a QString to a Point. More...