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::MenuBar Class Reference
Inheritance diagram for QtHandles::MenuBar:
Inheritance graph
[legend]
Collaboration diagram for QtHandles::MenuBar:
Collaboration graph
[legend]

Public Member Functions

 MenuBar (QWidget *xparent)
 
 ~MenuBar (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 64 of file Figure.cc.

Constructor & Destructor Documentation

QtHandles::MenuBar::MenuBar ( QWidget xparent)
inline

Definition at line 64 of file Figure.cc.

QtHandles::MenuBar::~MenuBar ( void  )
inline

Definition at line 64 of file Figure.cc.

Member Function Documentation

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

Definition at line 64 of file Figure.cc.

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: