Public Member Functions | |
MenuBar (QWidget *xparent) | |
~ MenuBar (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 |
|
default |
|
inlineinherited |
Definition at line 45 of file GenericEventNotify.h.
References GenericEventNotifySender::m_receivers, and r.
Referenced by Figure::Figure().
|
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().