GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | List of all members
QtHandles::GenericEventNotifyReceiver Class Referenceabstract

#include "GenericEventNotify.h"

Inheritance diagram for QtHandles::GenericEventNotifyReceiver:
Inheritance graph
[legend]

Public Member Functions

 GenericEventNotifyReceiver (void)
 
virtual ~GenericEventNotifyReceiver (void)
 
virtual void eventNotifyAfter (QObject *obj, QEvent *evt)=0
 
virtual bool eventNotifyBefore (QObject *obj, QEvent *evt)=0
 

Detailed Description

Definition at line 57 of file GenericEventNotify.h.

Constructor & Destructor Documentation

QtHandles::GenericEventNotifyReceiver::GenericEventNotifyReceiver ( void  )
inline

Definition at line 60 of file GenericEventNotify.h.

virtual QtHandles::GenericEventNotifyReceiver::~GenericEventNotifyReceiver ( void  )
inlinevirtual

Definition at line 61 of file GenericEventNotify.h.

Member Function Documentation

virtual void QtHandles::GenericEventNotifyReceiver::eventNotifyAfter ( QObject obj,
QEvent *  evt 
)
pure virtual
virtual bool QtHandles::GenericEventNotifyReceiver::eventNotifyBefore ( QObject obj,
QEvent *  evt 
)
pure virtual

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