GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "GenericEventNotify.h"
Public Member Functions | |
GenericEventNotifyReceiver (void) | |
virtual | ~GenericEventNotifyReceiver (void) |
virtual void | eventNotifyAfter (QObject *obj, QEvent *evt)=0 |
virtual bool | eventNotifyBefore (QObject *obj, QEvent *evt)=0 |
Definition at line 57 of file GenericEventNotify.h.
|
inline |
Definition at line 60 of file GenericEventNotify.h.
|
inlinevirtual |
Definition at line 61 of file GenericEventNotify.h.
|
pure virtual |
Implemented in QtHandles::Figure.
Referenced by QtHandles::GenericEventNotifySender::notifyReceiversAfter().
|
pure virtual |
Implemented in QtHandles::Figure.
Referenced by QtHandles::GenericEventNotifySender::notifyReceiversBefore().