GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "FigureWindow.h"
Public Member Functions | |
FigureWindow (QWidget *parent=0) | |
~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) |
Definition at line 35 of file FigureWindow.h.
QtHandles::FigureWindow::FigureWindow | ( | QWidget * | parent = 0 | ) |
Definition at line 34 of file FigureWindow.cc.
QtHandles::FigureWindow::~FigureWindow | ( | void | ) |
Definition at line 41 of file FigureWindow.cc.
|
inlineinherited |
Definition at line 43 of file GenericEventNotify.h.
References QtHandles::GenericEventNotifySender::m_receivers.
Referenced by QtHandles::Figure::createFigureToolBarAndMenuBar(), and QtHandles::Figure::Figure().
QMenu * QtHandles::FigureWindow::createPopupMenu | ( | void | ) |
Definition at line 46 of file FigureWindow.cc.
|
inlineinherited |
Definition at line 33 of file FigureWindow.h.
|
inlineprotectedinherited |
Definition at line 78 of file GenericEventNotify.h.
References QtHandles::GenericEventNotifyReceiver::eventNotifyAfter(), and QtHandles::GenericEventNotifySender::m_receivers.
|
inlineprotectedinherited |
Definition at line 68 of file GenericEventNotify.h.
References QtHandles::GenericEventNotifyReceiver::eventNotifyBefore(), and QtHandles::GenericEventNotifySender::m_receivers.
|
inlineinherited |
Definition at line 46 of file GenericEventNotify.h.
References QtHandles::GenericEventNotifySender::m_receivers.
Referenced by QtHandles::Figure::beingDeleted().