GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Member Functions | List of all members
QtHandles::FigureWindowBase Class Reference

#include "FigureWindow.h"

Inheritance diagram for QtHandles::FigureWindowBase:
Inheritance graph
[legend]
Collaboration diagram for QtHandles::FigureWindowBase:
Collaboration graph
[legend]

Public Member Functions

 FigureWindowBase (QWidget *xparent)
 
 ~FigureWindowBase (void)
 
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

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

Definition at line 33 of file FigureWindow.h.

QtHandles::FigureWindowBase::~FigureWindowBase ( void  )
inline

Definition at line 33 of file FigureWindow.h.

Member Function Documentation

void QtHandles::GenericEventNotifySender::addReceiver ( GenericEventNotifyReceiver r)
inlineinherited
bool QtHandles::FigureWindowBase::event ( QEvent *  evt)
inline

Definition at line 33 of file FigureWindow.h.

void QtHandles::GenericEventNotifySender::notifyReceiversAfter ( QObject obj,
QEvent *  evt 
)
inlineprotectedinherited
bool QtHandles::GenericEventNotifySender::notifyReceiversBefore ( QObject obj,
QEvent *  evt 
)
inlineprotectedinherited
void QtHandles::GenericEventNotifySender::removeReceiver ( GenericEventNotifyReceiver r)
inlineinherited

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