|
SpikeStream Application Library
0.2
|
#include <ConnectionManager.h>
Signals | |
| void | progress (int stepsCompleted, int totalSteps, QString message) |
Public Member Functions | |
| ConnectionManager () | |
| virtual | ~ConnectionManager () |
| void | deleteConnectionGroups (QList< unsigned > &connectionGroupIDs) |
| void | run () |
Runs as a separate thread to delete connections and other tasks.
Definition at line 10 of file ConnectionManager.h.
Constructor
Definition at line 12 of file ConnectionManager.cpp.
| ConnectionManager::~ConnectionManager | ( | ) | [virtual] |
Destructor
Definition at line 17 of file ConnectionManager.cpp.
| void ConnectionManager::deleteConnectionGroups | ( | QList< unsigned > & | connectionGroupIDs | ) |
Prepares for deletion of connection groups and starts separate thread to execute task.
Definition at line 26 of file ConnectionManager.cpp.
| void spikestream::ConnectionManager::progress | ( | int | stepsCompleted, |
| int | totalSteps, | ||
| QString | message | ||
| ) | [signal] |
| void ConnectionManager::run | ( | ) |
Definition at line 33 of file ConnectionManager.cpp.