0027398: Integrate Qt Browser Widget to Open CASCADE Technology
authornds <nds@opencascade.com>
Wed, 26 Jul 2017 13:40:36 +0000 (16:40 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 28 Jul 2017 12:35:16 +0000 (15:35 +0300)
commit14bbbdcbc1bfc2709b68bdc607f0c39677fe8af1
tree1fdf423505c58ea65d3f09d4beba1b76b805a0b9
parent8dbf046236636de694eddc04e357be67637d5fee
0027398: Integrate Qt Browser Widget to Open CASCADE Technology

The following implementation has been made:
- CMake procedure is extended to compile Qt tools. This is optional and is handled by USE_QT_TOOLS option(OFF by default)
- It is possible to build Qt tools using Qt5 or Qt4, it is settled with USE_QT4 option.
- Sample of DFBrowser tool is available in samples/tools/TInspectorEXE. It is build with tools, executable is placed in binaries. To start the sample, use dfbrowser.bat command.
- DFBrowser tool may be started from DRAW
445 files changed:
CMakeLists.txt
adm/TOOLS [new file with mode: 0644]
adm/cmake/3rdparty_macro.cmake
adm/cmake/occt_macros.cmake
adm/cmake/occt_toolkit_tool.cmake [new file with mode: 0644]
adm/cmake/qt5.cmake [new file with mode: 0644]
adm/cmake/qt5_macro.cmake [new file with mode: 0644]
adm/cmake/vardescr.cmake
adm/genproj.tcl
adm/templates/custom.build.bat.in
adm/templates/custom.build.sh.in
adm/templates/custom.install.bat.in
adm/templates/custom.install.sh.in
adm/templates/dfbrowser.bat [new file with mode: 0644]
adm/templates/dfbrowser.sh [new file with mode: 0644]
adm/templates/env.bat.in
adm/templates/env.sh.in
samples/tools/TInspectorEXE/CMakeLists.txt [new file with mode: 0644]
samples/tools/TInspectorEXE/EXTERNLIB [new file with mode: 0644]
samples/tools/TInspectorEXE/FILES [new file with mode: 0644]
samples/tools/TInspectorEXE/TInspectorEXE.cxx [new file with mode: 0644]
samples/tools/TInspectorEXE/TInspectorEXE.qrc [new file with mode: 0644]
samples/tools/TInspectorEXE/TInspectorEXE_OpenFileDialog.cxx [new file with mode: 0644]
samples/tools/TInspectorEXE/TInspectorEXE_OpenFileDialog.hxx [new file with mode: 0644]
samples/tools/TInspectorEXE/TInspectorEXE_OpenFileViewModel.cxx [new file with mode: 0644]
samples/tools/TInspectorEXE/TInspectorEXE_OpenFileViewModel.hxx [new file with mode: 0644]
samples/tools/TInspectorEXE/icons/folder_export.png [new file with mode: 0644]
samples/tools/TInspectorEXE/icons/folder_import.png [new file with mode: 0644]
samples/tools/TInspectorEXE/icons/folder_open.png [new file with mode: 0644]
samples/tools/TStandalone/CMakeLists.txt [new file with mode: 0644]
samples/tools/TStandalone/adm/cmake/occt.cmake [new file with mode: 0644]
samples/tools/TStandalone/adm/cmake/occt_toolkit_standalone.cmake [new file with mode: 0644]
samples/tools/TStandalone/adm/cmake/standalone_macros.cmake [new file with mode: 0644]
samples/tools/TStandalone/adm/templates/TInspectorEXE.vcxproj.user.in [new file with mode: 0644]
samples/tools/TStandalone/adm/templates/header.in [new file with mode: 0644]
samples/tools/TStandalone/src/DFBrowser/CMakeLists.txt [new file with mode: 0644]
samples/tools/TStandalone/src/DFBrowser/EXTERNLIB [new file with mode: 0644]
samples/tools/TStandalone/src/DFBrowserPane/CMakeLists.txt [new file with mode: 0644]
samples/tools/TStandalone/src/DFBrowserPane/EXTERNLIB [new file with mode: 0644]
samples/tools/TStandalone/src/DFBrowserPaneXDE/CMakeLists.txt [new file with mode: 0644]
samples/tools/TStandalone/src/DFBrowserPaneXDE/EXTERNLIB [new file with mode: 0644]
samples/tools/TStandalone/src/ShapeView/CMakeLists.txt [new file with mode: 0644]
samples/tools/TStandalone/src/ShapeView/EXTERNLIB [new file with mode: 0644]
samples/tools/TStandalone/src/TInspector/CMakeLists.txt [new file with mode: 0644]
samples/tools/TStandalone/src/TInspector/EXTERNLIB [new file with mode: 0644]
samples/tools/TStandalone/src/TInspectorAPI/CMakeLists.txt [new file with mode: 0644]
samples/tools/TStandalone/src/TInspectorAPI/EXTERNLIB [new file with mode: 0644]
samples/tools/TStandalone/src/TInspectorEXE/CMakeLists.txt [new file with mode: 0644]
samples/tools/TStandalone/src/TInspectorEXE/EXTERNLIB [new file with mode: 0644]
samples/tools/TStandalone/src/TreeModel/CMakeLists.txt [new file with mode: 0644]
samples/tools/TStandalone/src/TreeModel/EXTERNLIB [new file with mode: 0644]
samples/tools/TStandalone/src/VInspector/CMakeLists.txt [new file with mode: 0644]
samples/tools/TStandalone/src/VInspector/EXTERNLIB [new file with mode: 0644]
samples/tools/TStandalone/src/View/CMakeLists.txt [new file with mode: 0644]
samples/tools/TStandalone/src/View/EXTERNLIB [new file with mode: 0644]
src/DrawResources/DrawPlugin
tests/tools/begin [new file with mode: 0644]
tests/tools/dfbrowser/A1 [new file with mode: 0644]
tests/tools/dfbrowser/A2 [new file with mode: 0644]
tests/tools/end [new file with mode: 0644]
tests/tools/grids.list [new file with mode: 0644]
tests/tools/parse.rules [new file with mode: 0644]
tools/DFBrowser/DFBrowser.qrc [new file with mode: 0644]
tools/DFBrowser/DFBrowser_AttributePaneStack.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_AttributePaneStack.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_AttributePaneType.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Communicator.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Communicator.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_DumpView.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_DumpView.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_HighlightDelegate.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_HighlightDelegate.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Item.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Item.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_ItemApplication.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_ItemApplication.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_ItemBase.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_ItemBase.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_ItemDocument.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_ItemDocument.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_ItemRole.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Module.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Module.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_OpenApplication.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_OpenApplication.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_PropertyPanel.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_PropertyPanel.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_SearchItemInfo.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_SearchLine.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_SearchLine.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_SearchLineModel.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_SearchLineModel.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_SearchView.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_SearchView.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Shortcut.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Shortcut.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Thread.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Thread.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_ThreadItem.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_ThreadItemSearch.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_ThreadItemSearch.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_ThreadItemUsedShapesMap.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_ThreadItemUsedShapesMap.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Tools.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Tools.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeLevelLine.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeLevelLine.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeLevelLineDelegate.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeLevelLineDelegate.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeLevelLineModel.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeLevelLineModel.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeLevelView.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeLevelView.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeLevelViewModel.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeLevelViewModel.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeModel.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeModel.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeView.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_TreeView.hxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Window.cxx [new file with mode: 0644]
tools/DFBrowser/DFBrowser_Window.hxx [new file with mode: 0644]
tools/DFBrowser/FILES [new file with mode: 0644]
tools/DFBrowser/icons/item_type_folder.png [new file with mode: 0644]
tools/DFBrowser/icons/item_type_folder_40x40.png [new file with mode: 0644]
tools/DFBrowser/icons/level_change.png [new file with mode: 0644]
tools/DFBrowser/icons/search.png [new file with mode: 0644]
tools/DFBrowser/icons/search_cancel.png [new file with mode: 0644]
tools/DFBrowser/icons/treeline_backward.png [new file with mode: 0644]
tools/DFBrowser/icons/treeline_forward.png [new file with mode: 0644]
tools/DFBrowser/icons/treeline_update.png [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane.qrc [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_AttributePane.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_AttributePane.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_AttributePaneAPI.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_AttributePaneCreator.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_AttributePaneCreator.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_AttributePaneCreatorAPI.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_AttributePaneModel.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_AttributePaneModel.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_AttributePaneSelector.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_AttributePaneSelector.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_HelperArray.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_HelperArray.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_HelperExport.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_HelperExport.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_HelperGroupContent.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_HelperGroupContent.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_ItemDelegateButton.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_ItemDelegateButton.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_ItemRole.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_OcctEnumType.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_SelectionKind.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDFReference.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDFReference.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDFTagSource.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDFTagSource.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdAsciiString.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdAsciiString.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdBooleanArray.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdBooleanArray.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdBooleanList.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdBooleanList.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdByteArray.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdByteArray.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdComment.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdComment.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdCurrent.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdCurrent.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdDirectory.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdDirectory.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdExpression.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdExpression.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdExtStringArray.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdExtStringArray.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdExtStringList.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdExtStringList.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdIntPackedMap.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdIntPackedMap.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdInteger.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdInteger.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdIntegerArray.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdIntegerArray.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdIntegerList.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdIntegerList.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdName.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdName.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdNamedData.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdNamedData.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdNoteBook.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdNoteBook.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdReal.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdReal.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdRealArray.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdRealArray.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdRealList.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdRealList.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdReferenceArray.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdReferenceArray.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdReferenceList.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdReferenceList.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdRelation.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdRelation.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdTick.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdTick.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdTreeNode.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdTreeNode.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdTreeNodeItem.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdTreeNodeItem.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdTreeNodeModel.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdTreeNodeModel.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdUAttribute.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdUAttribute.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdVariable.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDataStdVariable.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDocStdModified.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDocStdModified.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDocStdOwner.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDocStdOwner.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDocStdXLink.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDocStdXLink.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDocStdXLinkRoot.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TDocStdXLinkRoot.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TFunctionFunction.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TFunctionFunction.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TFunctionGraphNode.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TFunctionGraphNode.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TFunctionScope.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TFunctionScope.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TNamingNamedShape.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TNamingNamedShape.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TNamingNaming.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TNamingNaming.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TNamingUsedShapes.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TNamingUsedShapes.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TPrsStdAISPresentation.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TPrsStdAISPresentation.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TPrsStdAISViewer.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TPrsStdAISViewer.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TableView.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_TableView.hxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_Tools.cxx [new file with mode: 0644]
tools/DFBrowserPane/DFBrowserPane_Tools.hxx [new file with mode: 0644]
tools/DFBrowserPane/FILES [new file with mode: 0644]
tools/DFBrowserPane/icons/attribute.png [new file with mode: 0644]
tools/DFBrowserPane/icons/attribute_40x40.png [new file with mode: 0644]
tools/DFBrowserPane/icons/export_shape.png [new file with mode: 0644]
tools/DFBrowserPane/icons/folder_export.png [new file with mode: 0644]
tools/DFBrowserPane/icons/imageres_4.ico [new file with mode: 0644]
tools/DFBrowserPane/icons/imageres_5.ico [new file with mode: 0644]
tools/DFBrowserPane/icons/label.png [new file with mode: 0644]
tools/DFBrowserPane/icons/label_folder_16x16.png [new file with mode: 0644]
tools/DFBrowserPane/icons/label_folder_20x20.png [new file with mode: 0644]
tools/DFBrowserPane/icons/label_folder_40x40.png [new file with mode: 0644]
tools/DFBrowserPane/icons/label_folder_expand_16x16.png [new file with mode: 0644]
tools/DFBrowserPane/icons/label_folder_expand_20x20.png [new file with mode: 0644]
tools/DFBrowserPane/icons/label_folder_expand_40x40.png [new file with mode: 0644]
tools/DFBrowserPane/icons/named_shape.png [new file with mode: 0644]
tools/DFBrowserPane/icons/named_shape_40x40.png [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_AttributeCommonPane.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_AttributeCommonPane.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_AttributePaneCreator.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_AttributePaneCreator.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_Tools.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_Tools.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocArea.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocArea.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocCentroid.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocCentroid.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocColor.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocColor.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocColorTool.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocColorTool.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocDatum.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocDatum.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocDimTol.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocDimTol.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocDimTolTool.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocDimTolTool.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocDimension.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocDimension.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocDocumentTool.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocDocumentTool.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocGeomTolerance.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocGeomTolerance.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocGraphNode.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocGraphNode.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocLayerTool.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocLayerTool.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocLocation.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocLocation.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocMaterial.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocMaterial.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocMaterialTool.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocMaterialTool.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocShapeMapTool.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocShapeMapTool.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocShapeTool.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XCAFDocShapeTool.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XDEDRAW.cxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/DFBrowserPaneXDE_XDEDRAW.hxx [new file with mode: 0644]
tools/DFBrowserPaneXDE/FILES [new file with mode: 0644]
tools/ShapeView/FILES [new file with mode: 0644]
tools/ShapeView/ShapeView.qrc [new file with mode: 0644]
tools/ShapeView/ShapeView_Communicator.cxx [new file with mode: 0644]
tools/ShapeView/ShapeView_Communicator.hxx [new file with mode: 0644]
tools/ShapeView/ShapeView_ItemBase.hxx [new file with mode: 0644]
tools/ShapeView/ShapeView_ItemRoot.cxx [new file with mode: 0644]
tools/ShapeView/ShapeView_ItemRoot.hxx [new file with mode: 0644]
tools/ShapeView/ShapeView_ItemShape.cxx [new file with mode: 0644]
tools/ShapeView/ShapeView_ItemShape.hxx [new file with mode: 0644]
tools/ShapeView/ShapeView_OpenFileDialog.cxx [new file with mode: 0644]
tools/ShapeView/ShapeView_OpenFileDialog.hxx [new file with mode: 0644]
tools/ShapeView/ShapeView_OpenFileViewModel.cxx [new file with mode: 0644]
tools/ShapeView/ShapeView_OpenFileViewModel.hxx [new file with mode: 0644]
tools/ShapeView/ShapeView_Tools.cxx [new file with mode: 0644]
tools/ShapeView/ShapeView_Tools.hxx [new file with mode: 0644]
tools/ShapeView/ShapeView_TreeModel.cxx [new file with mode: 0644]
tools/ShapeView/ShapeView_TreeModel.hxx [new file with mode: 0644]
tools/ShapeView/ShapeView_Window.cxx [new file with mode: 0644]
tools/ShapeView/ShapeView_Window.hxx [new file with mode: 0644]
tools/ShapeView/icons/folder_import.png [new file with mode: 0644]
tools/ShapeView/icons/folder_open.png [new file with mode: 0644]
tools/TInspector/FILES [new file with mode: 0644]
tools/TInspector/TInspector.qrc [new file with mode: 0644]
tools/TInspector/TInspector_Communicator.cxx [new file with mode: 0644]
tools/TInspector/TInspector_Communicator.hxx [new file with mode: 0644]
tools/TInspector/TInspector_Window.cxx [new file with mode: 0644]
tools/TInspector/TInspector_Window.hxx [new file with mode: 0644]
tools/TInspector/icons/item_algo_folder.png [new file with mode: 0644]
tools/TInspectorAPI/FILES [new file with mode: 0644]
tools/TInspectorAPI/TInspectorAPI_Communicator.cxx [new file with mode: 0644]
tools/TInspectorAPI/TInspectorAPI_Communicator.hxx [new file with mode: 0644]
tools/TInspectorAPI/TInspectorAPI_PluginParameters.cxx [new file with mode: 0644]
tools/TInspectorAPI/TInspectorAPI_PluginParameters.hxx [new file with mode: 0644]
tools/TKDFBrowser/CMakeLists.txt [new file with mode: 0644]
tools/TKDFBrowser/EXTERNLIB [new file with mode: 0644]
tools/TKDFBrowser/FILES [new file with mode: 0644]
tools/TKDFBrowser/PACKAGES [new file with mode: 0644]
tools/TKShapeView/CMakeLists.txt [new file with mode: 0644]
tools/TKShapeView/EXTERNLIB [new file with mode: 0644]
tools/TKShapeView/FILES [new file with mode: 0644]
tools/TKShapeView/PACKAGES [new file with mode: 0644]
tools/TKTInspector/CMakeLists.txt [new file with mode: 0644]
tools/TKTInspector/EXTERNLIB [new file with mode: 0644]
tools/TKTInspector/FILES [new file with mode: 0644]
tools/TKTInspector/PACKAGES [new file with mode: 0644]
tools/TKTInspectorAPI/CMakeLists.txt [new file with mode: 0644]
tools/TKTInspectorAPI/EXTERNLIB [new file with mode: 0644]
tools/TKTInspectorAPI/FILES [new file with mode: 0644]
tools/TKTInspectorAPI/PACKAGES [new file with mode: 0644]
tools/TKToolsDraw/CMakeLists.txt [new file with mode: 0644]
tools/TKToolsDraw/EXTERNLIB [new file with mode: 0644]
tools/TKToolsDraw/FILES [new file with mode: 0644]
tools/TKToolsDraw/PACKAGES [new file with mode: 0644]
tools/TKTreeModel/CMakeLists.txt [new file with mode: 0644]
tools/TKTreeModel/EXTERNLIB [new file with mode: 0644]
tools/TKTreeModel/FILES [new file with mode: 0644]
tools/TKTreeModel/PACKAGES [new file with mode: 0644]
tools/TKVInspector/CMakeLists.txt [new file with mode: 0644]
tools/TKVInspector/EXTERNLIB [new file with mode: 0644]
tools/TKVInspector/FILES [new file with mode: 0644]
tools/TKVInspector/PACKAGES [new file with mode: 0644]
tools/TKView/CMakeLists.txt [new file with mode: 0644]
tools/TKView/EXTERNLIB [new file with mode: 0644]
tools/TKView/FILES [new file with mode: 0644]
tools/TKView/PACKAGES [new file with mode: 0644]
tools/ToolsDraw/FILES [new file with mode: 0644]
tools/ToolsDraw/ToolsDraw.cxx [new file with mode: 0644]
tools/ToolsDraw/ToolsDraw.hxx [new file with mode: 0644]
tools/TreeModel/FILES [new file with mode: 0644]
tools/TreeModel/TreeModel_ItemBase.cxx [new file with mode: 0644]
tools/TreeModel/TreeModel_ItemBase.hxx [new file with mode: 0644]
tools/TreeModel/TreeModel_ItemRole.hxx [new file with mode: 0644]
tools/TreeModel/TreeModel_ModelBase.cxx [new file with mode: 0644]
tools/TreeModel/TreeModel_ModelBase.hxx [new file with mode: 0644]
tools/VInspector/FILES [new file with mode: 0644]
tools/VInspector/VInspectorAPI_CallBack.cxx [new file with mode: 0644]
tools/VInspector/VInspectorAPI_CallBack.hxx [new file with mode: 0644]
tools/VInspector/VInspector_CallBack.cxx [new file with mode: 0644]
tools/VInspector/VInspector_CallBack.hxx [new file with mode: 0644]
tools/VInspector/VInspector_CallBackMode.hxx [new file with mode: 0644]
tools/VInspector/VInspector_Communicator.cxx [new file with mode: 0644]
tools/VInspector/VInspector_Communicator.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemBase.cxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemBase.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemContext.cxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemContext.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemEntityOwner.cxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemEntityOwner.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemHistoryElement.cxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemHistoryElement.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemHistoryRoot.cxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemHistoryRoot.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemHistoryType.cxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemHistoryType.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemHistoryTypeInfo.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemPresentableObject.cxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemPresentableObject.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemSelection.cxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemSelection.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemSensitiveEntity.cxx [new file with mode: 0644]
tools/VInspector/VInspector_ItemSensitiveEntity.hxx [new file with mode: 0644]
tools/VInspector/VInspector_SelectionType.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ToolActionType.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ToolBar.cxx [new file with mode: 0644]
tools/VInspector/VInspector_ToolBar.hxx [new file with mode: 0644]
tools/VInspector/VInspector_Tools.cxx [new file with mode: 0644]
tools/VInspector/VInspector_Tools.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ViewModel.cxx [new file with mode: 0644]
tools/VInspector/VInspector_ViewModel.hxx [new file with mode: 0644]
tools/VInspector/VInspector_ViewModelHistory.cxx [new file with mode: 0644]
tools/VInspector/VInspector_ViewModelHistory.hxx [new file with mode: 0644]
tools/VInspector/VInspector_Window.cxx [new file with mode: 0644]
tools/VInspector/VInspector_Window.hxx [new file with mode: 0644]
tools/View/FILES [new file with mode: 0644]
tools/View/View.qrc [new file with mode: 0644]
tools/View/View_ContextType.hxx [new file with mode: 0644]
tools/View/View_Displayer.cxx [new file with mode: 0644]
tools/View/View_Displayer.hxx [new file with mode: 0644]
tools/View/View_PresentationType.hxx [new file with mode: 0644]
tools/View/View_ToolActionType.hxx [new file with mode: 0644]
tools/View/View_ToolBar.cxx [new file with mode: 0644]
tools/View/View_ToolBar.hxx [new file with mode: 0644]
tools/View/View_ViewActionType.hxx [new file with mode: 0644]
tools/View/View_Viewer.cxx [new file with mode: 0644]
tools/View/View_Viewer.hxx [new file with mode: 0644]
tools/View/View_Widget.cxx [new file with mode: 0644]
tools/View/View_Widget.hxx [new file with mode: 0644]
tools/View/View_Window.cxx [new file with mode: 0644]
tools/View/View_Window.hxx [new file with mode: 0644]
tools/View/icons/cursor_rotate.png [new file with mode: 0644]
tools/View/icons/cursor_zoom.png [new file with mode: 0644]
tools/View/icons/keep_view_off.png [new file with mode: 0644]
tools/View/icons/keep_view_off.svg [new file with mode: 0644]
tools/View/icons/keep_view_on.png [new file with mode: 0644]
tools/View/icons/keep_view_on.svg [new file with mode: 0644]
tools/View/icons/view_clear.png [new file with mode: 0644]
tools/View/icons/view_dm_shading.png [new file with mode: 0644]
tools/View/icons/view_dm_wireframe.png [new file with mode: 0644]
tools/View/icons/view_fitall.png [new file with mode: 0644]
tools/View/icons/view_fitarea.png [new file with mode: 0644]
tools/View/icons/view_pan.png [new file with mode: 0644]
tools/View/icons/view_rotate.png [new file with mode: 0644]
tools/View/icons/view_zoom.png [new file with mode: 0644]