GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ContainerBase Class Reference

#include "Container.h"

Inheritance diagram for ContainerBase:
Collaboration diagram for ContainerBase:

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
 

Detailed Description

Definition at line 43 of file Container.h.

Constructor & Destructor Documentation

◆ ContainerBase()

ContainerBase::ContainerBase ( QWidget xparent)
inline

Definition at line 43 of file Container.h.

◆ ~ ContainerBase()

ContainerBase::~ ContainerBase ( void  )
default

Member Function Documentation

◆ addReceiver()

void GenericEventNotifySender::addReceiver ( GenericEventNotifyReceiver r)
inlineinherited

Definition at line 45 of file GenericEventNotify.h.

References GenericEventNotifySender::m_receivers, and r.

Referenced by Figure::Figure().

◆ event()

bool ContainerBase::event ( QEvent *  evt)
inline

Definition at line 43 of file Container.h.

◆ notifyReceiversAfter()

void GenericEventNotifySender::notifyReceiversAfter ( QObject obj,
QEvent *  evt 
)
inlineprotectedinherited

Definition at line 81 of file GenericEventNotify.h.

References GenericEventNotifySender::m_receivers, and r.

◆ notifyReceiversBefore()

bool GenericEventNotifySender::notifyReceiversBefore ( QObject obj,
QEvent *  evt 
)
inlineprotectedinherited

Definition at line 70 of file GenericEventNotify.h.

References GenericEventNotifySender::m_receivers, and r.

◆ removeReceiver()

void GenericEventNotifySender::removeReceiver ( GenericEventNotifyReceiver r)
inlineinherited

Definition at line 48 of file GenericEventNotify.h.

References GenericEventNotifySender::m_receivers, and r.

Referenced by Figure::beingDeleted().

Member Data Documentation

◆ m_receivers


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