GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
GenericEventNotifyReceiver Class Referenceabstract

#include "GenericEventNotify.h"

Inheritance diagram for GenericEventNotifyReceiver:

Public Member Functions

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

Detailed Description

Definition at line 59 of file GenericEventNotify.h.

Constructor & Destructor Documentation

◆ GenericEventNotifyReceiver()

GenericEventNotifyReceiver::GenericEventNotifyReceiver ( void  )
inline

Definition at line 62 of file GenericEventNotify.h.

◆ ~GenericEventNotifyReceiver()

virtual GenericEventNotifyReceiver::~GenericEventNotifyReceiver ( void  )
virtualdefault

Member Function Documentation

◆ eventNotifyAfter()

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

Implemented in Figure.

◆ eventNotifyBefore()

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

Implemented in Figure.


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