NorMIT-nav
16.5
An IGT application
|
#include <cxFilterTimedAlgorithm.h>
Public Member Functions | |
FilterTimedAlgorithm (FilterPtr filter) | |
virtual | ~FilterTimedAlgorithm () |
FilterPtr | getFilter () |
Public Member Functions inherited from cx::ThreadedTimedAlgorithm< bool > | |
ThreadedTimedAlgorithm (QString product, int secondsBetweenAnnounce) | |
virtual | ~ThreadedTimedAlgorithm () |
virtual void | execute () |
virtual bool | isFinished () const |
virtual bool | isRunning () const |
Public Member Functions inherited from cx::TimedBaseAlgorithm | |
TimedBaseAlgorithm (QString product, int secondsBetweenAnnounce) | |
virtual | ~TimedBaseAlgorithm () |
virtual QString | getProduct () const |
Protected Slots | |
virtual void | preProcessingSlot () |
virtual void | postProcessingSlot () |
Protected Slots inherited from cx::TimedBaseAlgorithm |
Additional Inherited Members | |
Signals inherited from cx::TimedBaseAlgorithm | |
void | aboutToStart () |
emitted at start of execute. Use to perform preprocessing More... | |
void | started (int maxSteps) |
emitted at start of run. More... | |
void | finished () |
should be emitted when at the end of postProcessingSlot More... | |
void | productChanged () |
emitted whenever product string has changed More... | |
Protected Member Functions inherited from cx::ThreadedTimedAlgorithm< bool > | |
virtual void | preProcessingSlot () |
This happens before the thread (calculate) is started, here non-thread safe functions can be called. More... | |
virtual void | postProcessingSlot ()=0 |
This happens when the thread (calculate) is finished, here non-thread safe functions can be called. More... | |
void | generate () |
bool | getResult () |
Protected Member Functions inherited from cx::TimedBaseAlgorithm | |
void | startTiming () |
void | stopTiming () |
QString | getSecondsPassedAsString () const |
Protected Attributes inherited from cx::TimedBaseAlgorithm | |
bool | mUseDefaultMessages |
Wrap a Filter into a TimedAlgorithm
Definition at line 51 of file cxFilterTimedAlgorithm.h.
cx::FilterTimedAlgorithm::FilterTimedAlgorithm | ( | FilterPtr | filter | ) |
Definition at line 40 of file cxFilterTimedAlgorithm.cpp.
|
virtual |
Definition at line 47 of file cxFilterTimedAlgorithm.cpp.
FilterPtr cx::FilterTimedAlgorithm::getFilter | ( | ) |
Definition at line 50 of file cxFilterTimedAlgorithm.cpp.
|
protectedvirtualslot |
Definition at line 60 of file cxFilterTimedAlgorithm.cpp.
|
protectedvirtualslot |
Definition at line 55 of file cxFilterTimedAlgorithm.cpp.