#include "ToolBar.h"
Public Slots | |
void | objectDestroyed (QObject *obj=nullptr) |
void | slotFinalize (void) |
void | slotPrint (const QString &file_cmd, const QString &term) |
void | slotRedraw (void) |
void | slotShow (void) |
void | slotUpdate (int pId) |
Signals | |
void | gh_callback_event (const graphics_handle &h, const std::string &name) |
void | gh_callback_event (const graphics_handle &h, const std::string &name, const octave_value &data) |
void | gh_set_event (const graphics_handle &h, const std::string &name, const octave_value &value) |
void | gh_set_event (const graphics_handle &h, const std::string &name, const octave_value &value, bool notify_toolkit) |
void | gh_set_event (const graphics_handle &h, const std::string &name, const octave_value &value, bool notify_toolkit, bool redraw_figure) |
void | interpreter_event (const octave::fcn_callback &fcn) |
void | interpreter_event (const octave::meth_callback &meth) |
Public Member Functions | |
ToolBar (octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go, QToolBar *bar) | |
~ToolBar (void) | |
virtual void | do_connections (const QObject *receiver, const QObject *emitter=nullptr) |
bool | eventFilter (QObject *watched, QEvent *event) |
Container * | innerContainer (void) |
graphics_object | object (void) const |
base_properties & | properties (void) |
template<typename T > | |
T::properties & | properties (void) |
const base_properties & | properties (void) const |
template<typename T > | |
const T::properties & | properties (void) const |
virtual QObject * | qObject (void) |
template<typename T > | |
T * | qWidget (void) |
Static Public Member Functions | |
static ToolBar * | create (octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go) |
static Object * | fromQObject (QObject *obj) |
Protected Member Functions | |
void | beingDeleted (void) |
virtual void | finalize (void) |
void | init (QObject *obj, bool callBase=false) |
virtual void | print (const QString &file_cmd, const QString &term) |
virtual void | redraw (void) |
virtual void | show (void) |
void | update (int pId) |
Static Protected Member Functions | |
static Object * | parentObject (octave::interpreter &interp, const graphics_object &go) |
Protected Attributes | |
graphics_object | m_go |
graphics_handle | m_handle |
octave::interpreter & | m_interpreter |
octave::base_qobject & | m_octave_qobj |
QObject * | m_qobject |
Private Slots | |
void | hideEmpty (void) |
Private Attributes | |
QAction * | m_empty |
Figure * | m_figure |
QtHandles::ToolBar::ToolBar | ( | octave::base_qobject & | oct_qobj, |
octave::interpreter & | interp, | ||
const graphics_object & | go, | ||
QToolBar * | bar | ||
) |
Definition at line 89 of file ToolBar.cc.
References QtHandles::Figure::addCustomToolBar(), QtHandles::addEmptyAction(), QtHandles::Object::fromQObject(), global_toolbar_style(), m_empty, and m_figure.
Referenced by create().
QtHandles::ToolBar::~ToolBar | ( | void | ) |
Definition at line 113 of file ToolBar.cc.
|
protectedvirtual |
Reimplemented from QtHandles::Object.
Definition at line 179 of file ToolBar.cc.
References m_figure, and QtHandles::Figure::showCustomToolBar().
|
static |
Definition at line 72 of file ToolBar.cc.
References ToolBar(), QtHandles::Object::parentObject(), and QtHandles::Object::qWidget().
Referenced by QtHandles::qt_graphics_toolkit::create_object().
|
virtualinherited |
Reimplemented in QtHandles::Panel, and QtHandles::Figure.
Definition at line 225 of file Object.cc.
References QtHandles::Object::gh_callback_event(), QtHandles::Object::gh_set_event(), and QtHandles::Object::interpreter_event().
Referenced by QtHandles::qt_graphics_toolkit::create_object(), QtHandles::Figure::do_connections(), and QtHandles::Panel::do_connections().
bool QtHandles::ToolBar::eventFilter | ( | QObject * | watched, |
QEvent * | event | ||
) |
Definition at line 136 of file ToolBar.cc.
References hideEmpty(), m_empty, and QtHandles::Object::qObject().
|
protectedvirtualinherited |
Definition at line 168 of file Object.cc.
References QtHandles::Object::m_qobject.
Referenced by QtHandles::Object::slotFinalize().
Definition at line 214 of file Object.cc.
Referenced by ToolBar(), QtHandles::ButtonGroup::buttonClicked(), QtHandles::ButtonGroup::buttonToggled(), QtHandles::Figure::redraw(), QtHandles::Container::resizeEvent(), QtHandles::Figure::update(), and QtHandles::Menu::updateSiblingPositions().
|
signalinherited |
Referenced by QtHandles::ContextMenu::aboutToShow(), QtHandles::Menu::actionHovered(), QtHandles::Menu::actionTriggered(), QtHandles::ButtonGroup::buttonClicked(), QtHandles::ButtonControl::clicked(), QtHandles::PushTool::clicked(), QtHandles::PopupMenuControl::currentIndexChanged(), QtHandles::Object::do_connections(), QtHandles::EditControl::editingFinished(), QtHandles::BaseControl::eventFilter(), QtHandles::Table::eventFilter(), QtHandles::Figure::eventNotifyBefore(), QtHandles::Table::itemSelectionChanged(), QtHandles::EditControl::returnPressed(), QtHandles::Table::sendCellEditCallback(), QtHandles::ListBoxControl::sendSelectionChange(), QtHandles::ButtonControl::toggled(), QtHandles::ToggleTool::triggered(), and QtHandles::SliderControl::valueChanged().
|
signalinherited |
|
signalinherited |
Referenced by QtHandles::ContextMenu::aboutToHide(), QtHandles::ContextMenu::aboutToShow(), QtHandles::ButtonGroup::buttonToggled(), QtHandles::Table::checkBoxClicked(), QtHandles::Table::comboBoxCurrentIndexChanged(), QtHandles::PopupMenuControl::currentIndexChanged(), QtHandles::Object::do_connections(), QtHandles::EditControl::editingFinished(), QtHandles::BaseControl::eventFilter(), QtHandles::Table::eventFilter(), QtHandles::Table::itemChanged(), QtHandles::EditControl::returnPressed(), QtHandles::ListBoxControl::sendSelectionChange(), QtHandles::ButtonControl::toggled(), QtHandles::ToggleTool::triggered(), QtHandles::PopupMenuControl::update(), QtHandles::Figure::updateBoundingBox(), QtHandles::Table::updateExtent(), and QtHandles::SliderControl::valueChanged().
|
signalinherited |
|
signalinherited |
|
privateslot |
|
protectedinherited |
Definition at line 62 of file Object.cc.
References QtHandles::Object::m_qobject, and QtHandles::Object::objectDestroyed().
Referenced by QtHandles::Object::Object(), and QtHandles::BaseControl::init().
|
inlinevirtual |
Implements QtHandles::Object.
|
signalinherited |
Referenced by QtHandles::Object::do_connections().
|
signalinherited |
|
inherited |
Definition at line 83 of file Object.cc.
References octave::interpreter::get_gh_manager(), gh_manager::graphics_lock(), QtHandles::Object::m_go, QtHandles::Object::m_handle, QtHandles::Object::m_interpreter, and octave_handle::value().
Referenced by QtHandles::BaseControl::eventFilter(), QtHandles::ButtonGroup::eventFilter(), QtHandles::Panel::eventFilter(), QtHandles::Table::eventFilter(), QtHandles::Object::properties(), QtHandles::Container::resizeEvent(), QtHandles::Table::updateExtent(), QtHandles::Figure::updateFigureHeight(), QtHandles::Menu::updateSiblingPositions(), and QtHandles::SliderControl::valueChanged().
|
slotinherited |
Definition at line 194 of file Object.cc.
References QtHandles::Object::m_qobject.
Referenced by QtHandles::Object::init().
|
staticprotectedinherited |
Definition at line 201 of file Object.cc.
References octave::interpreter::get_gh_manager(), gh_manager::get_object(), graphics_object::get_parent(), gh_manager::graphics_lock(), and QtHandles::qt_graphics_toolkit::toolkitObject().
Referenced by QtHandles::RadioButtonControl::RadioButtonControl(), QtHandles::ToggleButtonControl::ToggleButtonControl(), QtHandles::ButtonGroup::create(), QtHandles::CheckBoxControl::create(), QtHandles::ContextMenu::create(), QtHandles::EditControl::create(), QtHandles::ListBoxControl::create(), QtHandles::Menu::create(), QtHandles::Panel::create(), QtHandles::PopupMenuControl::create(), QtHandles::PushButtonControl::create(), QtHandles::PushTool::create(), QtHandles::RadioButtonControl::create(), QtHandles::SliderControl::create(), QtHandles::Table::create(), QtHandles::TextControl::create(), QtHandles::ToggleButtonControl::create(), QtHandles::ToggleTool::create(), create(), and QtHandles::ButtonControl::update().
|
protectedvirtualinherited |
Reimplemented in QtHandles::Figure.
Definition at line 187 of file Object.cc.
Referenced by QtHandles::Object::slotPrint().
|
inlineinherited |
Definition at line 60 of file Object.h.
References graphics_object::get_properties(), and QtHandles::Object::object().
Referenced by QtHandles::ButtonGroup::buttonClicked(), QtHandles::ButtonGroup::buttonToggled(), QtHandles::ButtonGroup::eventFilter(), QtHandles::Table::eventFilter(), and QtHandles::Utils::figureCurrentPoint().
|
inlineinherited |
Definition at line 67 of file Object.h.
References graphics_object::get_properties(), QtHandles::Object::object(), and QtHandles::Utils::properties().
|
inlineinherited |
Definition at line 63 of file Object.h.
References graphics_object::get_properties(), and QtHandles::Object::object().
|
inlineinherited |
Definition at line 74 of file Object.h.
References graphics_object::get_properties(), QtHandles::Object::object(), and QtHandles::Utils::properties().
|
inlinevirtualinherited |
Definition at line 82 of file Object.h.
References QtHandles::Object::m_qobject.
Referenced by QtHandles::BaseControl::BaseControl(), QtHandles::Table::Table(), QtHandles::Menu::create(), QtHandles::ButtonGroup::eventFilter(), QtHandles::Panel::eventFilter(), eventFilter(), and QtHandles::Object::qWidget().
|
inlineinherited |
Definition at line 85 of file Object.h.
References QtHandles::Object::qObject().
Referenced by QtHandles::ContextMenu::create(), QtHandles::PushTool::create(), QtHandles::ToggleTool::create(), create(), QtHandles::ContextMenu::executeAt(), and QtHandles::Container::resizeEvent().
|
protectedvirtualinherited |
Reimplemented in QtHandles::Table, QtHandles::Panel, QtHandles::Figure, QtHandles::ButtonGroup, and QtHandles::BaseControl.
Definition at line 179 of file Object.cc.
Referenced by QtHandles::Object::slotRedraw().
|
protectedvirtualinherited |
Reimplemented in QtHandles::Figure.
Definition at line 183 of file Object.cc.
Referenced by QtHandles::ButtonGroup::ButtonGroup(), QtHandles::Panel::Panel(), and QtHandles::Object::slotShow().
|
slotinherited |
Definition at line 121 of file Object.cc.
References QtHandles::Object::finalize(), octave::interpreter::get_gh_manager(), gh_manager::graphics_lock(), and QtHandles::Object::m_interpreter.
|
slotinherited |
Definition at line 153 of file Object.cc.
References octave::interpreter::get_gh_manager(), gh_manager::graphics_lock(), QtHandles::Object::m_interpreter, and QtHandles::Object::print().
|
slotinherited |
Definition at line 131 of file Object.cc.
References octave::interpreter::get_gh_manager(), gh_manager::graphics_lock(), QtHandles::Object::m_interpreter, and QtHandles::Object::redraw().
Referenced by QtHandles::Figure::redraw().
|
slotinherited |
Definition at line 142 of file Object.cc.
References octave::interpreter::get_gh_manager(), gh_manager::graphics_lock(), QtHandles::Object::m_interpreter, and QtHandles::Object::show().
|
slotinherited |
Definition at line 98 of file Object.cc.
References QtHandles::Object::beingDeleted(), octave::interpreter::get_gh_manager(), gh_manager::graphics_lock(), QtHandles::Object::m_interpreter, and QtHandles::Object::update().
|
protectedvirtual |
Reimplemented from QtHandles::Object.
Definition at line 117 of file ToolBar.cc.
References m_figure, QtHandles::Figure::showCustomToolBar(), and QtHandles::Object::update().
|
private |
Definition at line 70 of file ToolBar.h.
Referenced by ToolBar(), eventFilter(), and hideEmpty().
|
private |
Definition at line 71 of file ToolBar.h.
Referenced by ToolBar(), beingDeleted(), and update().
|
protectedinherited |
Definition at line 150 of file Object.h.
Referenced by QtHandles::Object::object().
|
protectedinherited |
Definition at line 157 of file Object.h.
Referenced by QtHandles::ButtonGroup::ButtonGroup(), QtHandles::Figure::Figure(), QtHandles::Object::Object(), QtHandles::Panel::Panel(), QtHandles::ContextMenu::aboutToHide(), QtHandles::ContextMenu::aboutToShow(), QtHandles::Menu::actionHovered(), QtHandles::Menu::actionTriggered(), QtHandles::Figure::beingDeleted(), QtHandles::ButtonGroup::buttonClicked(), QtHandles::ButtonGroup::buttonToggled(), QtHandles::Table::checkBoxClicked(), QtHandles::ButtonControl::clicked(), QtHandles::PushTool::clicked(), QtHandles::Table::comboBoxCurrentIndexChanged(), QtHandles::PopupMenuControl::currentIndexChanged(), QtHandles::Figure::do_connections(), QtHandles::Panel::do_connections(), QtHandles::EditControl::editingFinished(), QtHandles::Figure::enableMouseTracking(), QtHandles::BaseControl::eventFilter(), QtHandles::Table::eventFilter(), QtHandles::Figure::eventNotifyBefore(), QtHandles::Table::itemChanged(), QtHandles::Table::itemSelectionChanged(), QtHandles::Object::object(), QtHandles::Figure::print(), QtHandles::ButtonGroup::redraw(), QtHandles::Figure::redraw(), QtHandles::Panel::redraw(), QtHandles::EditControl::returnPressed(), QtHandles::Table::sendCellEditCallback(), QtHandles::ListBoxControl::sendSelectionChange(), QtHandles::Figure::slotGetPixels(), QtHandles::ButtonControl::toggled(), QtHandles::ToggleTool::triggered(), QtHandles::Figure::update(), QtHandles::PopupMenuControl::update(), QtHandles::Figure::updateBoundingBox(), and QtHandles::SliderControl::valueChanged().
|
protectedinherited |
Definition at line 140 of file Object.h.
Referenced by QtHandles::Object::Object(), QtHandles::ButtonGroup::buttonClicked(), QtHandles::ButtonGroup::buttonToggled(), QtHandles::Table::checkBoxClicked(), QtHandles::Table::comboBoxCurrentIndexChanged(), QtHandles::BaseControl::eventFilter(), QtHandles::ButtonGroup::eventFilter(), QtHandles::Panel::eventFilter(), QtHandles::Table::eventFilter(), QtHandles::Figure::eventNotifyAfter(), QtHandles::Figure::eventNotifyBefore(), QtHandles::Figure::figureWindowShown(), QtHandles::Figure::fileName(), QtHandles::Table::itemChanged(), QtHandles::Figure::mouseMode(), QtHandles::Object::object(), QtHandles::Figure::screenChanged(), QtHandles::Figure::setFileName(), QtHandles::Object::slotFinalize(), QtHandles::Figure::slotGetPixels(), QtHandles::Object::slotPrint(), QtHandles::Object::slotRedraw(), QtHandles::Object::slotShow(), QtHandles::Object::slotUpdate(), QtHandles::ButtonControl::toggled(), QtHandles::ButtonControl::update(), QtHandles::ButtonGroup::update(), QtHandles::Figure::update(), QtHandles::Figure::updateFigureHeight(), and QtHandles::SliderControl::valueChanged().
|
protectedinherited |
|
protectedinherited |
Definition at line 159 of file Object.h.
Referenced by QtHandles::ListBoxControl::eventFilter(), QtHandles::Object::finalize(), QtHandles::Object::init(), QtHandles::Object::objectDestroyed(), and QtHandles::Object::qObject().