Home
last modified time | relevance | path

Searched refs:AttributeEditor (Results 1 – 25 of 37) sorted by relevance

12

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/project/
H A Dattributeeditor.cpp53 AttributeEditor::AttributeEditor( in AttributeEditor() function in appleseed::studio::AttributeEditor
63 void AttributeEditor::clear() in clear()
74 void AttributeEditor::edit( in edit()
101 void AttributeEditor::refresh() const in refresh()
H A Dprojectexplorer.h50 namespace appleseed { namespace studio { class AttributeEditor; } } variable
74 AttributeEditor* attribute_editor,
93 AttributeEditor* m_attribute_editor;
H A Dattributeeditor.h52 class AttributeEditor
56 AttributeEditor(
H A Dframeitem.h42 namespace appleseed { namespace studio { class AttributeEditor; } } variable
79 void slot_edit(AttributeEditor* attribute_editor) override;
H A Ditembase.h47 namespace appleseed { namespace studio { class AttributeEditor; } } variable
88 virtual void slot_edit(AttributeEditor* attribute_editor = nullptr);
H A Dsinglemodelentityitem.h79 void slot_edit(AttributeEditor* attribute_editor) override;
104 void SingleModelEntityItem<Entity, ParentEntity, CollectionItem>::slot_edit(AttributeEditor* attrib… in slot_edit()
H A Dmultimodelentityitem.h83 void slot_edit(AttributeEditor* attribute_editor) override;
115 void MultiModelEntityItem<Entity, ParentEntity, CollectionItem>::slot_edit(AttributeEditor* attribu… in slot_edit()
H A Dfixedmodelentityitem.h87 void slot_edit(AttributeEditor* attribute_editor) override;
119 void FixedModelEntityItem<Entity, ParentEntity, CollectionItem>::slot_edit(AttributeEditor* attribu… in slot_edit()
H A Dmaterialitem.h63 void slot_edit(AttributeEditor* attribute_editor) override;
H A Ditembase.cpp142 void ItemBase::slot_edit(AttributeEditor* attribute_editor) in slot_edit()
H A Dframeitem.cpp101 void FrameItem::slot_edit(AttributeEditor* attribute_editor) in slot_edit()
H A Dmaterialitem.cpp96 void MaterialItem::slot_edit(AttributeEditor* attribute_editor) in slot_edit()
H A Dprojectexplorer.cpp64 AttributeEditor* attribute_editor, in ProjectExplorer()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/
H A Dmainwindow.h62 namespace appleseed { namespace studio { class AttributeEditor; } } variable
159 AttributeEditor* m_attribute_editor;
H A Dmainwindow.cpp765 new AttributeEditor( in update_project_explorer()
1849 explicit ClearRenderRegionAction(const AttributeEditor* attribute_editor) in ClearRenderRegionAction()
1863 const AttributeEditor* m_attribute_editor;
1872 const AttributeEditor* attribute_editor) in SetRenderRegionAction()
1903 const AttributeEditor* m_attribute_editor;
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsfeatureselectiondlg.cpp40 mDualView->setView( QgsDualView::AttributeEditor ); in QgsFeatureSelectionDlg()
H A Dqgsrelationeditorwidget.h217 QgsDualView::ViewMode mViewMode = QgsDualView::AttributeEditor;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsfeatureselectiondlg.cpp40 mDualView->setView( QgsDualView::AttributeEditor ); in QgsFeatureSelectionDlg()
H A Dqgsrelationeditorwidget.h310 QgsDualView::ViewMode mViewMode = QgsDualView::AttributeEditor;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/attributetable/
H A Dqgsdualview.cpp532 if ( canvas && view() == AttributeEditor && featureset != mLastFeatureSet ) in panOrZoomToFeature()
663 setView( AttributeEditor ); in setMultiEditEnabled()
675 setView( AttributeEditor ); in toggleSearchMode()
1228 mDualView->setView( QgsDualView::AttributeEditor ); in featureForm()
H A Dqgsdualview.h65 AttributeEditor = 1 enumerator
/dports/graphics/qgis/qgis-3.22.3/python/gui/auto_generated/attributetable/
H A Dqgsdualview.sip.in35 AttributeEditor
205 Set the current edit selection in the AttributeEditor mode.
/dports/graphics/qgis-ltr/qgis-3.16.16/python/gui/auto_generated/attributetable/
H A Dqgsdualview.sip.in34 AttributeEditor
203 Set the current edit selection in the AttributeEditor mode.
/dports/graphics/qgis/qgis-3.22.3/src/gui/attributetable/
H A Dqgsdualview.h68 AttributeEditor = 1 enumerator
H A Dqgsdualview.cpp571 if ( canvas && view() == AttributeEditor && featureset != mLastFeatureSet ) in panOrZoomToFeature()
708 setView( AttributeEditor ); in setMultiEditEnabled()
725 setView( AttributeEditor ); in toggleSearchMode()
1339 mDualView->setView( QgsDualView::AttributeEditor ); in featureForm()

12