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.
All Classes Namespaces Functions Variables Typedefs Enumerator Friends
Public Member Functions | Protected Member Functions | List of all members
QtUtils::QtEventHandlerObject Class Reference

QTEVENTHANDLER: More...

#include <QtEventHandler.h>

Inheritance diagram for QtUtils::QtEventHandlerObject:

Public Member Functions

 QtEventHandlerObject (QApplication *parent, QtEventHandlerContext *context)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 

Protected Member Functions

virtual void timerEvent (QTimerEvent *event)
 

Detailed Description

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.


The documentation for this class was generated from the following files: