SpikeStream Application Library  0.2
spikestream::ConnectionManager Class Reference

#include <ConnectionManager.h>

List of all members.

Signals

void progress (int stepsCompleted, int totalSteps, QString message)

Public Member Functions

 ConnectionManager ()
virtual ~ConnectionManager ()
void deleteConnectionGroups (QList< unsigned > &connectionGroupIDs)
void run ()

Detailed Description

Runs as a separate thread to delete connections and other tasks.

Definition at line 10 of file ConnectionManager.h.


Constructor & Destructor Documentation

Constructor

Definition at line 12 of file ConnectionManager.cpp.

Destructor

Definition at line 17 of file ConnectionManager.cpp.


Member Function Documentation

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]

Definition at line 33 of file ConnectionManager.cpp.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Friends Defines