SpikeStream Nemo Plugin
0.2
|
#include <PatternManager.h>
Public Member Functions | |
PatternManager () | |
~PatternManager () | |
Static Public Member Functions | |
static void | load (const QString &filePath, Pattern &pattern) |
Definition at line 13 of file PatternManager.h.
Constructor
Definition at line 14 of file PatternManager.cpp.
Destructor
Definition at line 19 of file PatternManager.cpp.
void PatternManager::load | ( | const QString & | filePath, |
Pattern & | pattern | ||
) | [static] |
Static method that loads data from the specified file into the supplied pattern. It is the responsibility of the invoking class to delete the pattern when it is no longer required.
Definition at line 30 of file PatternManager.cpp.