GNU Octave  4.4.1
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)
 

Detailed Description

Definition at line 33 of file FigureWindow.h.

Constructor & Destructor Documentation

◆ FigureWindowBase()

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

Definition at line 33 of file FigureWindow.h.

◆ ~ FigureWindowBase()

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

Member Function Documentation

◆ addReceiver()

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

◆ event()

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

Definition at line 33 of file FigureWindow.h.

◆ notifyReceiversAfter()

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

◆ notifyReceiversBefore()

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

◆ removeReceiver()

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

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