GNU Octave  4.0.0
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::FigureWindow Class Reference

#include "FigureWindow.h"

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

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)
 

Detailed Description

Definition at line 35 of file FigureWindow.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

void QtHandles::GenericEventNotifySender::addReceiver ( GenericEventNotifyReceiver r)
inlineinherited
QMenu * QtHandles::FigureWindow::createPopupMenu ( void  )

Definition at line 46 of file FigureWindow.cc.

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

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 files: