GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
QtHandles::FigureWindowBase Class Reference

#include "FigureWindow.h"

Inheritance diagram for QtHandles::FigureWindowBase:
Collaboration diagram for QtHandles::FigureWindowBase:

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
 

Detailed Description

Definition at line 36 of file FigureWindow.h.

Constructor & Destructor Documentation

◆ FigureWindowBase()

QtHandles::FigureWindowBase::FigureWindowBase ( QWidget xparent)
inline

Definition at line 36 of file FigureWindow.h.

◆ ~ FigureWindowBase()

QtHandles::FigureWindowBase::~ FigureWindowBase ( void  )
default

Member Function Documentation

◆ addReceiver()

void QtHandles::GenericEventNotifySender::addReceiver ( GenericEventNotifyReceiver r)
inlineinherited

Definition at line 46 of file GenericEventNotify.h.

References QtHandles::GenericEventNotifySender::m_receivers, and r.

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

◆ event()

bool QtHandles::FigureWindowBase::event ( QEvent *  evt)
inline

Definition at line 36 of file FigureWindow.h.

◆ notifyReceiversAfter()

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

Definition at line 82 of file GenericEventNotify.h.

References QtHandles::GenericEventNotifySender::m_receivers, and r.

◆ notifyReceiversBefore()

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

Definition at line 71 of file GenericEventNotify.h.

References QtHandles::GenericEventNotifySender::m_receivers, and r.

◆ removeReceiver()

void QtHandles::GenericEventNotifySender::removeReceiver ( GenericEventNotifyReceiver r)
inlineinherited

Member Data Documentation

◆ m_receivers


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