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 | Protected Member Functions | Private Attributes | List of all members
QtHandles::GenericEventNotifySender Class Reference

#include "GenericEventNotify.h"

Inheritance diagram for QtHandles::GenericEventNotifySender:
Inheritance graph
[legend]
Collaboration diagram for QtHandles::GenericEventNotifySender:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 37 of file GenericEventNotify.h.

Constructor & Destructor Documentation

QtHandles::GenericEventNotifySender::GenericEventNotifySender ( void  )
inline

Definition at line 40 of file GenericEventNotify.h.

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

Definition at line 41 of file GenericEventNotify.h.

Member Function Documentation

void QtHandles::GenericEventNotifySender::addReceiver ( GenericEventNotifyReceiver r)
inline
void QtHandles::GenericEventNotifySender::notifyReceiversAfter ( QObject obj,
QEvent *  evt 
)
inlineprotected
bool QtHandles::GenericEventNotifySender::notifyReceiversBefore ( QObject obj,
QEvent *  evt 
)
inlineprotected
void QtHandles::GenericEventNotifySender::removeReceiver ( GenericEventNotifyReceiver r)
inline

Definition at line 46 of file GenericEventNotify.h.

References m_receivers.

Referenced by QtHandles::Figure::beingDeleted().

Member Data Documentation

QSet<GenericEventNotifyReceiver*> QtHandles::GenericEventNotifySender::m_receivers
private

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