#include "RadioButtonControl.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 | |
RadioButtonControl (octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go, QRadioButton *box) | |
~RadioButtonControl (void) | |
virtual void | do_connections (const QObject *receiver, const QObject *emitter=nullptr) |
bool | eventFilter (QObject *watched, QEvent *e) |
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 RadioButtonControl * | create (octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go) |
static Object * | fromQObject (QObject *obj) |
Protected Member Functions | |
virtual void | beingDeleted (void) |
virtual void | finalize (void) |
void | init (QObject *obj, bool callBase=false) |
void | init (QWidget *w, bool callBase=false) |
virtual void | print (const QString &file_cmd, const QString &term) |
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 | clicked (void) |
void | toggled (bool checked) |
Private Attributes | |
bool | m_blockCallback |
bool | m_keyPressHandlerDefined |
bool | m_normalizedFont |
Definition at line 42 of file RadioButtonControl.h.
QtHandles::RadioButtonControl::RadioButtonControl | ( | octave::base_qobject & | oct_qobj, |
octave::interpreter & | interp, | ||
const graphics_object & | go, | ||
QRadioButton * | box | ||
) |
Definition at line 61 of file RadioButtonControl.cc.
References QtHandles::ButtonGroup::addButton(), and QtHandles::Object::parentObject().
Referenced by create().
QtHandles::RadioButtonControl::~RadioButtonControl | ( | void | ) |
Definition at line 76 of file RadioButtonControl.cc.
|
protectedvirtualinherited |
Reimplemented in QtHandles::ToolBar, and QtHandles::Figure.
Definition at line 191 of file Object.cc.
Referenced by QtHandles::Object::slotUpdate().
|
privateslotinherited |
Definition at line 148 of file ButtonControl.cc.
References QtHandles::Object::gh_callback_event(), and QtHandles::Object::m_handle.
Referenced by QtHandles::ButtonControl::ButtonControl().
|
static |
Definition at line 43 of file RadioButtonControl.cc.
References RadioButtonControl(), QtHandles::Object::innerContainer(), and QtHandles::Object::parentObject().
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().
|
inherited |
Definition at line 205 of file BaseControl.cc.
References QtHandles::Utils::computeFont< uicontrol >(), QtHandles::ContextMenu::executeAt(), QtHandles::Utils::figureCurrentPoint(), QtHandles::Utils::figureSelectionType(), graphics_object::get_ancestor(), octave::interpreter::get_gh_manager(), graphics_object::get_handle(), octave_scalar_map::getfield(), QtHandles::Object::gh_callback_event(), QtHandles::Object::gh_set_event(), gh_manager::graphics_lock(), m, QtHandles::Object::m_handle, QtHandles::Object::m_interpreter, QtHandles::BaseControl::m_keyPressHandlerDefined, QtHandles::BaseControl::m_normalizedFont, QtHandles::Utils::makeKeyEventStruct(), QtHandles::Object::object(), and octave_handle::value().
Referenced by QtHandles::ListBoxControl::eventFilter().
|
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 QtHandles::ToolBar::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 |
|
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().
|
protectedinherited |
Definition at line 110 of file BaseControl.cc.
References QtHandles::Utils::computeFont< uicontrol >(), QtHandles::Utils::fromStdString(), uicontrol::properties::get_boundingbox(), QtHandles::Object::init(), QtHandles::BaseControl::m_keyPressHandlerDefined, QtHandles::BaseControl::m_normalizedFont, octave::math::round(), QtHandles::updatePalette(), and Faddeeva::w().
Referenced by QtHandles::BaseControl::BaseControl(), and QtHandles::EditControl::init().
|
inlinevirtualinherited |
Implements QtHandles::Object.
Definition at line 50 of file BaseControl.h.
|
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 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(), create(), QtHandles::SliderControl::create(), QtHandles::Table::create(), QtHandles::TextControl::create(), QtHandles::ToggleButtonControl::create(), QtHandles::ToggleTool::create(), QtHandles::ToolBar::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(), QtHandles::ToolBar::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(), QtHandles::ToolBar::create(), QtHandles::ContextMenu::executeAt(), and QtHandles::Container::resizeEvent().
|
protectedvirtualinherited |
Reimplemented from QtHandles::Object.
Definition at line 136 of file BaseControl.cc.
References QtHandles::BaseControl::update().
|
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().
|
privateslotinherited |
Definition at line 126 of file ButtonControl.cc.
References octave::interpreter::get_gh_manager(), QtHandles::Object::gh_callback_event(), QtHandles::Object::gh_set_event(), gh_manager::graphics_lock(), QtHandles::ButtonControl::m_blockCallback, QtHandles::Object::m_handle, QtHandles::Object::m_interpreter, and Array< T >::numel().
Referenced by QtHandles::ButtonControl::ButtonControl().
|
protectedvirtualinherited |
Reimplemented from QtHandles::BaseControl.
Reimplemented in QtHandles::ToggleButtonControl, and QtHandles::PushButtonControl.
Definition at line 72 of file ButtonControl.cc.
References QtHandles::Utils::fromStdString(), octave::interpreter::get_gh_manager(), gh_manager::get_object(), QtHandles::ButtonControl::m_blockCallback, QtHandles::Object::m_interpreter, Array< T >::numel(), QtHandles::Object::parentObject(), QtHandles::ButtonGroup::selectNothing(), QtHandles::BaseControl::update(), and warning().
Referenced by QtHandles::PushButtonControl::update(), and QtHandles::ToggleButtonControl::update().
|
privateinherited |
Definition at line 59 of file ButtonControl.h.
Referenced by QtHandles::ButtonControl::toggled(), and QtHandles::ButtonControl::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().
|
privateinherited |
Definition at line 61 of file BaseControl.h.
Referenced by QtHandles::BaseControl::eventFilter(), QtHandles::BaseControl::init(), and QtHandles::BaseControl::update().
|
privateinherited |
Definition at line 60 of file BaseControl.h.
Referenced by QtHandles::BaseControl::eventFilter(), QtHandles::BaseControl::init(), and QtHandles::BaseControl::update().
|
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().