Seg3D
2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
|
QTEVENTHANDLER: More...
#include <QtEventHandler.h>
Public Member Functions | |
QtEventHandlerObject (QApplication *parent, QtEventHandlerContext *context) | |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
Protected Member Functions | |
virtual void | timerEvent (QTimerEvent *event) |
QTEVENTHANDLER:
As QT takes ownership of events, these classes wraps around our functor call back classes and hide all the QT handling behind a cleaner interface. CLASS QtEventHandlerObject: This is a helper class for QtEventHandlerContext. It installs an event filter and a timer to the main Qt thread, which will trigger QtEventHandlerContext::process_events in the Qt thread.