#include "FigureWindow.h"
Signals | |
void | figureWindowShown () |
Public Member Functions | |
FigureWindow (QWidget *parent=nullptr) | |
~FigureWindow (void) | |
void | addReceiver (GenericEventNotifyReceiver *r) |
QMenu * | createPopupMenu (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 |
Definition at line 37 of file FigureWindow.h.
|
explicit |
Definition at line 37 of file FigureWindow.cc.
References global_icon_paths, and ICON_THEME_OCTAVE.
FigureWindow::~FigureWindow | ( | void | ) |
Definition at line 44 of file FigureWindow.cc.
|
inlineinherited |
Definition at line 45 of file GenericEventNotify.h.
References GenericEventNotifySender::m_receivers, and r.
Referenced by Figure::Figure().
QMenu * FigureWindow::createPopupMenu | ( | void | ) |
Definition at line 48 of file FigureWindow.cc.
|
inlineinherited |
Definition at line 35 of file FigureWindow.h.
|
signal |
Referenced by Figure::Figure(), and showEvent().
|
inlineprotectedinherited |
Definition at line 81 of file GenericEventNotify.h.
References GenericEventNotifySender::m_receivers, and r.
|
inlineprotectedinherited |
Definition at line 70 of file GenericEventNotify.h.
References GenericEventNotifySender::m_receivers, and r.
|
inlineinherited |
Definition at line 48 of file GenericEventNotify.h.
References GenericEventNotifySender::m_receivers, and r.
Referenced by Figure::beingDeleted().
|
protected |
Definition at line 54 of file FigureWindow.cc.
References figureWindowShown().
|
privateinherited |
Definition at line 56 of file GenericEventNotify.h.
Referenced by GenericEventNotifySender::addReceiver(), GenericEventNotifySender::notifyReceiversAfter(), GenericEventNotifySender::notifyReceiversBefore(), and GenericEventNotifySender::removeReceiver().