The GraphicsTablePropertiesEditor class This widget is used to edit the property of both QetGraphicsTableItem and QetGraphicsHeaderItem.
More...
#include <graphicstablepropertieseditor.h>
◆ GraphicsTablePropertiesEditor()
| GraphicsTablePropertiesEditor::GraphicsTablePropertiesEditor |
( |
QetGraphicsTableItem * |
table = nullptr, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ ~GraphicsTablePropertiesEditor()
| GraphicsTablePropertiesEditor::~GraphicsTablePropertiesEditor |
( |
| ) |
|
|
override |
◆ apply()
| void GraphicsTablePropertiesEditor::apply |
( |
| ) |
|
|
overridevirtual |
◆ associatedUndo()
| QUndoCommand * GraphicsTablePropertiesEditor::associatedUndo |
( |
| ) |
const |
|
overridevirtual |
◆ on_m_apply_geometry_to_linked_table_pb_clicked
| void GraphicsTablePropertiesEditor::on_m_apply_geometry_to_linked_table_pb_clicked |
( |
| ) |
|
|
privateslot |
◆ on_m_auto_geometry_pb_clicked
| void GraphicsTablePropertiesEditor::on_m_auto_geometry_pb_clicked |
( |
| ) |
|
|
privateslot |
◆ on_m_header_font_pb_clicked
| void GraphicsTablePropertiesEditor::on_m_header_font_pb_clicked |
( |
| ) |
|
|
privateslot |
◆ on_m_next_pb_clicked
| void GraphicsTablePropertiesEditor::on_m_next_pb_clicked |
( |
| ) |
|
|
privateslot |
◆ on_m_previous_pb_clicked
| void GraphicsTablePropertiesEditor::on_m_previous_pb_clicked |
( |
| ) |
|
|
privateslot |
◆ on_m_previous_table_cb_activated
| void GraphicsTablePropertiesEditor::on_m_previous_table_cb_activated |
( |
int |
index | ) |
|
|
privateslot |
◆ on_m_table_font_pb_clicked
| void GraphicsTablePropertiesEditor::on_m_table_font_pb_clicked |
( |
| ) |
|
|
privateslot |
◆ on_m_table_name_le_textEdited
| void GraphicsTablePropertiesEditor::on_m_table_name_le_textEdited |
( |
const QString & |
arg1 | ) |
|
|
privateslot |
◆ setLiveEdit()
| bool GraphicsTablePropertiesEditor::setLiveEdit |
( |
bool |
live_edit | ) |
|
|
overridevirtual |
PropertiesEditorWidget::setLiveEdit Set the editor in live edit mode. When an editor is in live edit mode, every change is applied immediately (no need to call apply). If live edit can be enabled, return true, or else false. By default this method does nothing and returns false (live edit is disabled). Inherited class of PropertiesEditorWidget must reimplement this method to manage the live edit mode.
- Parameters
-
| live_edit | true to enable live edit |
- Returns
- true if live edit is enabled, else false.
Reimplemented from PropertiesEditorWidget.
◆ setTable()
◆ setUpEditConnection()
| void GraphicsTablePropertiesEditor::setUpEditConnection |
( |
| ) |
|
|
private |
◆ updateInfoLabel
| void GraphicsTablePropertiesEditor::updateInfoLabel |
( |
| ) |
|
|
privateslot |
◆ updatePosWidget
| void GraphicsTablePropertiesEditor::updatePosWidget |
( |
| ) |
|
|
privateslot |
◆ updateUi
| void GraphicsTablePropertiesEditor::updateUi |
( |
| ) |
|
|
overrideprivatevirtualslot |
◆ m_connect_list
| QList<QMetaObject::Connection> GraphicsTablePropertiesEditor::m_connect_list |
|
private |
◆ m_current_model_editor
| QWidget* GraphicsTablePropertiesEditor::m_current_model_editor = nullptr |
|
private |
◆ m_edit_connection
| QList<QMetaObject::Connection> GraphicsTablePropertiesEditor::m_edit_connection |
|
private |
◆ m_header_button_group
| QButtonGroup* GraphicsTablePropertiesEditor::m_header_button_group = nullptr |
|
private |
◆ m_other_table_vector
◆ m_table_button_group
| QButtonGroup * GraphicsTablePropertiesEditor::m_table_button_group = nullptr |
|
private |
◆ m_table_item
◆ ui
| Ui::GraphicsTablePropertiesEditor* GraphicsTablePropertiesEditor::ui |
|
private |
The documentation for this class was generated from the following files: