SpikeStream Application Library
0.2
|
#include <SpikeStreamApplication.h>
Public Member Functions | |
SpikeStreamApplication (int &argc, char **argv) | |
~SpikeStreamApplication () | |
bool | notify (QObject *receiver, QEvent *event) |
Inherits from QApplication so that it can filter out XEvents during slow renders. Is the QApplication for the application.
Definition at line 14 of file SpikeStreamApplication.h.
SpikeStreamApplication::SpikeStreamApplication | ( | int & | argc, |
char ** | argv | ||
) |
Constructor.
Definition at line 18 of file SpikeStreamApplication.cpp.
Destructor.
Definition at line 29 of file SpikeStreamApplication.cpp.
bool SpikeStreamApplication::notify | ( | QObject * | receiver, |
QEvent * | event | ||
) |
Definition at line 34 of file SpikeStreamApplication.cpp.