]> OCCT Git - occt-copy.git/commit
0030268: Inspectors - improvements in VInspector plugin
authornds <nds@opencascade.com>
Wed, 17 Apr 2019 06:56:47 +0000 (09:56 +0300)
committernds <nds@opencascade.com>
Wed, 17 Apr 2019 06:56:47 +0000 (09:56 +0300)
commitdbc139494b6403b7c4b87c550db794073ae29559
treea27747a2b4782feacc1dc32a0dfc95a570323d22
parent90692499dff781ec27b27e66e356c7288efe83ef
0030268: Inspectors - improvements in VInspector plugin

TreeModel is extended by ItemPropertiesCreator (to customize items/panes outside tools),
ViewControl have TransientShape to use in interface TopoDS_Shape as a Handle(Standard_Transient)
ShapeView start of curve description for edge item
32 files changed:
tools/MessageModel/MessageModel_ItemReportProperties.cxx
tools/MessageModel/MessageModel_ItemReportProperties.hxx
tools/ShapeView/ShapeView_ItemPropertiesEdge.cxx
tools/ShapeView/ShapeView_ItemPropertiesEdge.hxx
tools/ShapeView/ShapeView_ItemPropertiesFace.cxx
tools/ShapeView/ShapeView_ItemPropertiesFace.hxx
tools/ShapeView/ShapeView_ItemPropertiesVertex.cxx
tools/ShapeView/ShapeView_ItemPropertiesVertex.hxx
tools/ShapeView/ShapeView_Tools.cxx
tools/TreeModel/FILES
tools/TreeModel/TreeModel_ItemBase.cxx
tools/TreeModel/TreeModel_ItemBase.hxx
tools/TreeModel/TreeModel_ItemProperties.hxx
tools/TreeModel/TreeModel_ItemPropertiesCreator.cxx [new file with mode: 0644]
tools/TreeModel/TreeModel_ItemPropertiesCreator.hxx [new file with mode: 0644]
tools/TreeModel/TreeModel_ModelBase.cxx
tools/TreeModel/TreeModel_ModelBase.hxx
tools/VInspector/VInspector_ItemBase.hxx
tools/VInspector/VInspector_ItemPrs3dDrawer.cxx
tools/VInspector/VInspector_ItemPrs3dDrawer.hxx
tools/VInspector/VInspector_TableModelValues.cxx
tools/VInspector/VInspector_Window.cxx
tools/VInspectorPaneAIS/FILES
tools/VInspectorPaneAIS/VInspectorPaneAIS_ColoredShape.cxx [new file with mode: 0644]
tools/VInspectorPaneAIS/VInspectorPaneAIS_ColoredShape.hxx [new file with mode: 0644]
tools/VInspectorPaneAIS/VInspectorPaneAIS_ItemPrs3dDrawer.cxx [new file with mode: 0644]
tools/VInspectorPaneAIS/VInspectorPaneAIS_ItemPrs3dDrawer.hxx [new file with mode: 0644]
tools/VInspectorPaneAIS/VInspectorPaneAIS_PropertiesCreator.cxx [new file with mode: 0644]
tools/VInspectorPaneAIS/VInspectorPaneAIS_PropertiesCreator.hxx [new file with mode: 0644]
tools/ViewControl/FILES
tools/ViewControl/ViewControl_TransientShape.cxx [new file with mode: 0644]
tools/ViewControl/ViewControl_TransientShape.hxx [new file with mode: 0644]