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

#include "FigureWindow.h"

Inheritance diagram for QtHandles::FigureWindow:
Collaboration diagram for QtHandles::FigureWindow:

Signals

void figureWindowShown ()
 

Public Member Functions

 FigureWindow (QWidget *parent=nullptr)
 
 ~FigureWindow (void)
 
void addReceiver (GenericEventNotifyReceiver *r)
 
QMenucreatePopupMenu (void)
 
bool event (QEvent *evt)
 
void removeReceiver (GenericEventNotifyReceiver *r)
 

Protected Member Functions

void notifyReceiversAfter (QObject *obj, QEvent *evt)
 
bool notifyReceiversBefore (QObject *obj, QEvent *evt)
 
void showEvent (QShowEvent *ev)
 

Private Attributes

QSet< GenericEventNotifyReceiver * > m_receivers
 

Detailed Description

Definition at line 38 of file FigureWindow.h.

Constructor & Destructor Documentation

◆ FigureWindow()

QtHandles::FigureWindow::FigureWindow ( QWidget parent = nullptr)
explicit

Definition at line 37 of file FigureWindow.cc.

◆ ~FigureWindow()

QtHandles::FigureWindow::~FigureWindow ( void  )

Definition at line 44 of file FigureWindow.cc.

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().

◆ createPopupMenu()

QMenu * QtHandles::FigureWindow::createPopupMenu ( void  )

Definition at line 48 of file FigureWindow.cc.

◆ event()

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

Definition at line 36 of file FigureWindow.h.

◆ figureWindowShown

void QtHandles::FigureWindow::figureWindowShown ( )
signal

Referenced by showEvent().

◆ 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

◆ showEvent()

void QtHandles::FigureWindow::showEvent ( QShowEvent *  ev)
protected

Definition at line 54 of file FigureWindow.cc.

References figureWindowShown().

Member Data Documentation

◆ m_receivers


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