GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "Container.h"
Public Member Functions | |
Container (QWidget *parent) | |
~Container (void) | |
void | addReceiver (GenericEventNotifyReceiver *r) |
Canvas * | canvas (const graphics_handle &handle, bool create=true) |
bool | event (QEvent *evt) |
void | removeReceiver (GenericEventNotifyReceiver *r) |
Protected Member Functions | |
void | childEvent (QChildEvent *event) |
void | notifyReceiversAfter (QObject *obj, QEvent *evt) |
bool | notifyReceiversBefore (QObject *obj, QEvent *evt) |
void | resizeEvent (QResizeEvent *event) |
Private Attributes | |
Canvas * | m_canvas |
Definition at line 39 of file Container.h.
QtHandles::Container::Container | ( | QWidget * | parent | ) |
Definition at line 40 of file Container.cc.
QtHandles::Container::~Container | ( | void | ) |
Definition at line 46 of file Container.cc.
|
inlineinherited |
Definition at line 43 of file GenericEventNotify.h.
References QtHandles::GenericEventNotifySender::m_receivers.
Referenced by QtHandles::Figure::createFigureToolBarAndMenuBar(), and QtHandles::Figure::Figure().
Canvas * QtHandles::Container::canvas | ( | const graphics_handle & | handle, |
bool | create = true |
||
) |
Definition at line 51 of file Container.cc.
References QtHandles::Canvas::create(), graphics_object::get(), graphics_object::get_ancestor(), gh_manager::get_object(), m_canvas, QtHandles::Canvas::qWidget(), and octave_value::string_value().
Referenced by QtHandles::Figure::autoAxes(), QtHandles::Figure::beingDeleted(), QtHandles::Figure::Figure(), QtHandles::Panel::Panel(), QtHandles::Figure::print(), QtHandles::Panel::redraw(), QtHandles::Figure::redraw(), QtHandles::Figure::setMouseMode(), QtHandles::Figure::toggleAxes(), QtHandles::Figure::toggleGrid(), and QtHandles::Figure::update().
|
protected |
Definition at line 103 of file Container.cc.
|
inlineinherited |
Definition at line 35 of file Container.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().
|
protected |
Definition at line 77 of file Container.cc.
References QtHandles::Object::fromQObject(), base_properties::get_boundingbox(), m_canvas, QtHandles::Object::properties(), QtHandles::Canvas::qWidget(), QtHandles::Object::qWidget(), and xround().
|
private |
Definition at line 52 of file Container.h.
Referenced by canvas(), and resizeEvent().