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 | |
GenericEventNotifySender (void) | |
virtual | ~GenericEventNotifySender (void) |
void | addReceiver (GenericEventNotifyReceiver *r) |
void | removeReceiver (GenericEventNotifyReceiver *r) |
Protected Member Functions | |
void | notifyReceiversAfter (QObject *obj, QEvent *evt) |
bool | notifyReceiversBefore (QObject *obj, QEvent *evt) |
Private Attributes | |
QSet < GenericEventNotifyReceiver * > | m_receivers |
Definition at line 37 of file GenericEventNotify.h.
|
inline |
Definition at line 40 of file GenericEventNotify.h.
|
inlinevirtual |
Definition at line 41 of file GenericEventNotify.h.
|
inline |
Definition at line 43 of file GenericEventNotify.h.
References m_receivers.
Referenced by QtHandles::Figure::createFigureToolBarAndMenuBar(), and QtHandles::Figure::Figure().
|
inlineprotected |
Definition at line 78 of file GenericEventNotify.h.
References QtHandles::GenericEventNotifyReceiver::eventNotifyAfter(), and m_receivers.
|
inlineprotected |
Definition at line 68 of file GenericEventNotify.h.
References QtHandles::GenericEventNotifyReceiver::eventNotifyBefore(), and m_receivers.
|
inline |
Definition at line 46 of file GenericEventNotify.h.
References m_receivers.
Referenced by QtHandles::Figure::beingDeleted().
|
private |
Definition at line 54 of file GenericEventNotify.h.
Referenced by addReceiver(), notifyReceiversAfter(), notifyReceiversBefore(), and removeReceiver().