#include "Container.h"


Public Member Functions | |
| ContainerBase (QWidget *xparent) | |
| ~ ContainerBase (void)=default | |
| void | addReceiver (GenericEventNotifyReceiver *r) |
| bool | event (QEvent *evt) |
| 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 43 of file Container.h.
|
inline |
Definition at line 43 of file Container.h.
|
default |
|
inlineinherited |
Definition at line 45 of file GenericEventNotify.h.
References GenericEventNotifySender::m_receivers, and r.
Referenced by Figure::Figure().
|
inline |
Definition at line 43 of file Container.h.
|
inlineprotectedinherited |
Definition at line 81 of file GenericEventNotify.h.
References GenericEventNotifySender::m_receivers, and r.
|
inlineprotectedinherited |
Definition at line 70 of file GenericEventNotify.h.
References GenericEventNotifySender::m_receivers, and r.
|
inlineinherited |
Definition at line 48 of file GenericEventNotify.h.
References GenericEventNotifySender::m_receivers, and r.
Referenced by Figure::beingDeleted().
|
privateinherited |
Definition at line 56 of file GenericEventNotify.h.
Referenced by GenericEventNotifySender::addReceiver(), GenericEventNotifySender::notifyReceiversAfter(), GenericEventNotifySender::notifyReceiversBefore(), and GenericEventNotifySender::removeReceiver().