#include "Table.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 | |
Table (octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go, QTableWidget *tableWidget) | |
~Table (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 Table * | 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) |
virtual void | print (const QString &file_cmd, const QString &term) |
void | redraw (void) |
virtual void | show (void) |
void | update (int pId) |
void | updateColumnname (void) |
void | updateColumnwidth (void) |
void | updateData (void) |
void | updateEnable (void) |
void | updateExtent (void) |
void | updatePalette (void) |
void | updateRearrangeableColumns (void) |
void | updateRowname (void) |
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 | cellClicked (int row, int col) |
void | comboBoxCurrentIndexChanged (const QString &value) |
void | itemChanged (QTableWidgetItem *item) |
void | itemSelectionChanged (void) |
Private Member Functions | |
void | checkBoxClicked (int row, int col, QCheckBox *checkBox) |
QWidget * | checkBoxForLogical (octave_value cal, bool enabled) |
bool | columneditable (int column) |
std::string | columnformat (int column) |
void | sendCellEditCallback (int row, int col, octave_value old_value, octave_value new_value, octave_value edit_data, octave_value error) |
void | updateData (int row, int col) |
void | updateData (int row, int col, octave_value value, std::string format, bool enabled) |
void | updateDataColumn (int col) |
Private Attributes | |
bool | m_blockUpdates |
Container * | m_container |
octave_value | m_curData |
bool | m_keyPressHandlerDefined |
bool | m_keyReleaseHandlerDefined |
QTableWidget * | m_tableWidget |
QtHandles::Table::Table | ( | octave::base_qobject & | oct_qobj, |
octave::interpreter & | interp, | ||
const graphics_object & | go, | ||
QTableWidget * | tableWidget | ||
) |
Definition at line 448 of file Table.cc.
References cellClicked(), QtHandles::Utils::computeFont< uitable >(), QtHandles::Utils::fromStdString(), uitable::properties::get_boundingbox(), itemChanged(), itemSelectionChanged(), m_curData, m_keyPressHandlerDefined, m_keyReleaseHandlerDefined, m_tableWidget, octave_value(), QtHandles::Object::qObject(), octave::math::round(), updateColumnname(), updateColumnwidth(), updateData(), updateEnable(), updateExtent(), updatePalette(), and updateRowname().
Referenced by create().
|
protectedvirtualinherited |
Reimplemented in QtHandles::ToolBar, and QtHandles::Figure.
Definition at line 191 of file Object.cc.
Referenced by QtHandles::Object::slotUpdate().
|
privateslot |
Definition at line 514 of file Table.cc.
References checkBoxClicked(), and m_tableWidget.
Referenced by Table().
|
private |
Definition at line 686 of file Table.cc.
References octave_value::bool_matrix_value(), octave_value::cell_value(), octave_value::columns(), Array< T >::columns(), octave_value::fast_elem_extract(), octave::interpreter::get_gh_manager(), QtHandles::Object::gh_set_event(), gh_manager::graphics_lock(), octave_value::is_matrix_type(), octave_value::iscell(), octave_value::islogical(), m_blockUpdates, m_curData, QtHandles::Object::m_handle, QtHandles::Object::m_interpreter, octave_value(), octave_value::rows(), Array< T >::rows(), and sendCellEditCallback().
Referenced by cellClicked(), and eventFilter().
|
private |
Definition at line 409 of file Table.cc.
References octave_value::bool_value(), octave_value::is_bool_scalar(), octave_value::islogical(), m_tableWidget, and retval.
Referenced by updateData().
|
inlineprivate |
Definition at line 1156 of file Table.cc.
Referenced by comboBoxCurrentIndexChanged(), updateColumnname(), updateData(), updateDataColumn(), updateEnable(), and updateRowname().
|
inlineprivate |
Definition at line 1171 of file Table.cc.
References octave_value::cell_value(), octave::format(), octave_value::is_string(), octave_value::iscell(), octave_value::isempty(), and octave_value::string_value().
Referenced by comboBoxCurrentIndexChanged(), itemChanged(), updateColumnname(), updateData(), updateDataColumn(), and updateRowname().
|
privateslot |
Definition at line 565 of file Table.cc.
References QtHandles::attempt_type_conversion(), octave_value::cell_value(), columneditable(), columnformat(), octave_value::columns(), error(), octave_value::fast_elem_extract(), octave_value::fast_elem_insert(), octave::interpreter::get_gh_manager(), QtHandles::Object::gh_set_event(), gh_manager::graphics_lock(), octave_value::is_matrix_type(), octave_value::iscell(), m_blockUpdates, m_curData, QtHandles::Object::m_handle, QtHandles::Object::m_interpreter, octave_value(), octave_value::rows(), sendCellEditCallback(), octave_value::string_value(), QtHandles::Utils::toStdString(), and updateData().
Referenced by updateData().
|
static |
Definition at line 432 of file Table.cc.
References Table(), 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().
bool QtHandles::Table::eventFilter | ( | QObject * | watched, |
QEvent * | event | ||
) |
Definition at line 1517 of file Table.cc.
References checkBoxClicked(), QtHandles::Utils::computeFont< uitable >(), 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, m_keyPressHandlerDefined, m_keyReleaseHandlerDefined, m_tableWidget, QtHandles::Utils::makeKeyEventStruct(), QtHandles::Object::object(), QtHandles::Object::properties(), and graphics_object::valid_object().
|
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(), eventFilter(), QtHandles::Figure::eventNotifyBefore(), itemSelectionChanged(), QtHandles::EditControl::returnPressed(), 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(), checkBoxClicked(), comboBoxCurrentIndexChanged(), QtHandles::PopupMenuControl::currentIndexChanged(), QtHandles::Object::do_connections(), QtHandles::EditControl::editingFinished(), QtHandles::BaseControl::eventFilter(), eventFilter(), itemChanged(), QtHandles::EditControl::returnPressed(), QtHandles::ListBoxControl::sendSelectionChange(), QtHandles::ButtonControl::toggled(), QtHandles::ToggleTool::triggered(), QtHandles::PopupMenuControl::update(), QtHandles::Figure::updateBoundingBox(), 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().
|
inlinevirtual |
|
signalinherited |
Referenced by QtHandles::Object::do_connections().
|
signalinherited |
|
privateslot |
Definition at line 802 of file Table.cc.
References QtHandles::attempt_type_conversion(), octave_value::cell_value(), columnformat(), octave_value::columns(), error(), octave_value::fast_elem_extract(), octave_value::fast_elem_insert(), octave::interpreter::get_gh_manager(), QtHandles::Object::gh_set_event(), gh_manager::graphics_lock(), octave_value::is_matrix_type(), octave_value::is_string(), octave_value::iscell(), m_blockUpdates, m_curData, QtHandles::Object::m_handle, QtHandles::Object::m_interpreter, octave_value(), QtHandles::qStringValueFor(), octave_value::rows(), sendCellEditCallback(), and QtHandles::Utils::toStdString().
Referenced by Table().
|
privateslot |
Definition at line 491 of file Table.cc.
References Matrix::column(), QtHandles::Object::gh_callback_event(), octave::jit_convention::length, QtHandles::Object::m_handle, m_tableWidget, octave_value(), Matrix::row(), and octave_scalar_map::setfield().
Referenced by Table().
|
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(), eventFilter(), QtHandles::Object::properties(), QtHandles::Container::resizeEvent(), 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(), 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(), 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(), 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().
|
protectedvirtual |
|
private |
Definition at line 533 of file Table.cc.
References error(), QtHandles::Object::gh_callback_event(), QtHandles::Object::m_handle, octave_value(), octave_scalar_map::setfield(), and warning().
Referenced by checkBoxClicked(), comboBoxCurrentIndexChanged(), and itemChanged().
|
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 889 of file Table.cc.
References AUTO_HEIGHT, QtHandles::Utils::computeFont< uitable >(), QtHandles::Utils::fromStdString(), uitable::properties::get_boundingbox(), m_blockUpdates, m_curData, m_keyPressHandlerDefined, m_keyReleaseHandlerDefined, m_tableWidget, octave_value(), octave::math::round(), updateColumnname(), updateColumnwidth(), updateData(), updateEnable(), updateExtent(), updatePalette(), updateRearrangeableColumns(), and updateRowname().
Referenced by redraw().
|
protected |
Definition at line 986 of file Table.cc.
References octave_value::cell_value(), Array< T >::cols(), columneditable(), columnformat(), octave_value::double_value(), octave::format(), QtHandles::Utils::fromStdString(), octave_value::is_matrix_type(), octave_value::is_string(), octave_value::iscell(), octave_value::isempty(), octave_value::isnumeric(), m_tableWidget, octave_value::matrix_value(), n, octave_value::numel(), Array< T >::numel(), Array< T >::rows(), octave_value::string_value(), and updateData().
|
protected |
Definition at line 1082 of file Table.cc.
References QtHandles::AUTO_WIDTH, octave_value::cell_value(), octave_value::double_value(), octave_value::is_matrix_type(), octave_value::is_string(), octave_value::iscell(), octave_value::isempty(), m_tableWidget, octave_value::matrix_value(), Array< T >::numel(), octave_value::string_value(), and Faddeeva::w().
|
inlineprivate |
Definition at line 1216 of file Table.cc.
References octave_value::cell_value(), columneditable(), columnformat(), octave_value::fast_elem_extract(), octave_value::iscell(), octave_value::rows(), and updateData().
|
inlineprivate |
Definition at line 1229 of file Table.cc.
References checkBoxForLogical(), comboBoxCurrentIndexChanged(), octave_value::fast_elem_extract(), octave::format(), QtHandles::Utils::fromStdString(), octave_value::islogical(), QtHandles::itemFor(), m_tableWidget, octave_value::numel(), QtHandles::qStringValueFor(), and octave_value::string_value().
|
protected |
Definition at line 1290 of file Table.cc.
References AUTO_HEIGHT, octave_value::columns(), octave_value::is_matrix_type(), octave_value::iscell(), m_tableWidget, octave_value::rows(), and updateDataColumn().
Referenced by Table(), comboBoxCurrentIndexChanged(), update(), updateColumnname(), updateData(), updateDataColumn(), and updateRowname().
|
inlineprivate |
Definition at line 1198 of file Table.cc.
References octave_value::cell_value(), columneditable(), columnformat(), octave_value::fast_elem_extract(), octave::format(), octave_value::iscell(), octave_value::rows(), and updateData().
Referenced by updateData().
|
protected |
Definition at line 1310 of file Table.cc.
References columneditable(), and m_tableWidget.
|
protected |
Definition at line 1372 of file Table.cc.
References graphics_object::get_handle(), QtHandles::Object::gh_set_event(), m_tableWidget, QtHandles::Object::object(), and QtHandles::realQSizeForTable().
|
protected |
Definition at line 1385 of file Table.cc.
References QtHandles::Utils::fromRgb(), and m_tableWidget.
|
protected |
|
protected |
Definition at line 1402 of file Table.cc.
References AUTO_HEIGHT, octave_value::cell_value(), Array< T >::cols(), columneditable(), columnformat(), octave_value::double_value(), octave::format(), QtHandles::Utils::fromStdString(), octave_value::is_matrix_type(), octave_value::is_string(), octave_value::iscell(), octave_value::isempty(), octave_value::isnumeric(), m_tableWidget, octave_value::matrix_value(), n, octave_value::numel(), Array< T >::numel(), Array< T >::rows(), octave_value::string_value(), and updateData().
|
private |
Definition at line 85 of file Table.h.
Referenced by checkBoxClicked(), comboBoxCurrentIndexChanged(), itemChanged(), and update().
|
private |
Definition at line 82 of file Table.h.
Referenced by innerContainer().
|
private |
Definition at line 84 of file Table.h.
Referenced by Table(), checkBoxClicked(), comboBoxCurrentIndexChanged(), itemChanged(), 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(), checkBoxClicked(), QtHandles::ButtonControl::clicked(), QtHandles::PushTool::clicked(), comboBoxCurrentIndexChanged(), QtHandles::PopupMenuControl::currentIndexChanged(), QtHandles::Figure::do_connections(), QtHandles::Panel::do_connections(), QtHandles::EditControl::editingFinished(), QtHandles::Figure::enableMouseTracking(), QtHandles::BaseControl::eventFilter(), eventFilter(), QtHandles::Figure::eventNotifyBefore(), itemChanged(), itemSelectionChanged(), QtHandles::Object::object(), QtHandles::Figure::print(), QtHandles::ButtonGroup::redraw(), QtHandles::Figure::redraw(), QtHandles::Panel::redraw(), QtHandles::EditControl::returnPressed(), 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(), checkBoxClicked(), comboBoxCurrentIndexChanged(), QtHandles::BaseControl::eventFilter(), QtHandles::ButtonGroup::eventFilter(), QtHandles::Panel::eventFilter(), eventFilter(), QtHandles::Figure::eventNotifyAfter(), QtHandles::Figure::eventNotifyBefore(), QtHandles::Figure::figureWindowShown(), QtHandles::Figure::fileName(), 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().
|
private |
Definition at line 86 of file Table.h.
Referenced by Table(), eventFilter(), and update().
|
private |
Definition at line 87 of file Table.h.
Referenced by Table(), eventFilter(), and 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().
|
private |
Definition at line 83 of file Table.h.
Referenced by Table(), cellClicked(), checkBoxForLogical(), eventFilter(), itemSelectionChanged(), update(), updateColumnname(), updateColumnwidth(), updateData(), updateEnable(), updateExtent(), updatePalette(), updateRearrangeableColumns(), and updateRowname().