#include "FigureWindow.h"
Public Member Functions | |
FigureWindowBase (QWidget *xparent) | |
~ FigureWindowBase (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 36 of file FigureWindow.h.
|
inline |
Definition at line 36 of file FigureWindow.h.
|
default |
|
inlineinherited |
Definition at line 46 of file GenericEventNotify.h.
References QtHandles::GenericEventNotifySender::m_receivers, and r.
Referenced by QtHandles::Figure::Figure().
|
inline |
Definition at line 36 of file FigureWindow.h.
|
inlineprotectedinherited |
Definition at line 82 of file GenericEventNotify.h.
References QtHandles::GenericEventNotifySender::m_receivers, and r.
|
inlineprotectedinherited |
Definition at line 71 of file GenericEventNotify.h.
References QtHandles::GenericEventNotifySender::m_receivers, and r.
|
inlineinherited |
Definition at line 49 of file GenericEventNotify.h.
References QtHandles::GenericEventNotifySender::m_receivers, and r.
Referenced by QtHandles::Figure::beingDeleted().
|
privateinherited |