Salome HOME
Implementation of the '23082: [CEA 1403] Filter to rename fields or components' impro...
authorrnv <rnv@opencascade.com>
Tue, 16 Jun 2015 15:21:31 +0000 (18:21 +0300)
committerrnv <rnv@opencascade.com>
Tue, 16 Jun 2015 15:21:31 +0000 (18:21 +0300)
commit8be3a3f3535ee58a5514387e0388e76b54b00579
treebdab30db8f883f7c26d997c16be25deb803203fe
parent6d8bd41fbd1886c00525b5205b9fe5a5e49bda77
Implementation of the '23082: [CEA 1403] Filter to rename fields or components' improvement.
12 files changed:
src/Plugins/ArrayRenamer/ArrayRenamer.xml [new file with mode: 0644]
src/Plugins/ArrayRenamer/CMakeLists.txt [new file with mode: 0644]
src/Plugins/ArrayRenamer/plugin.cmake [new file with mode: 0644]
src/Plugins/ArrayRenamer/pqArrayRenamer.qrc [new file with mode: 0644]
src/Plugins/ArrayRenamer/pqArraysEditorPropertyWidget.cxx [new file with mode: 0644]
src/Plugins/ArrayRenamer/pqArraysEditorPropertyWidget.h [new file with mode: 0644]
src/Plugins/ArrayRenamer/pqEditComponents.h [new file with mode: 0644]
src/Plugins/ArrayRenamer/resources/copy_ico_16x16.png [new file with mode: 0755]
src/Plugins/ArrayRenamer/resources/edit_ico_16x16.png [new file with mode: 0755]
src/Plugins/ArrayRenamer/resources/rename_ico_24x24.png [new file with mode: 0755]
src/Plugins/ArrayRenamer/vtkArrayRenamerFilter.cxx [new file with mode: 0644]
src/Plugins/ArrayRenamer/vtkArrayRenamerFilter.h [new file with mode: 0644]