]> OCCT Git - occt-copy.git/commit
0028044: Data Exchange - implement data structures for Saved Views
authorika <ika@opencascade.com>
Wed, 19 Oct 2016 15:31:56 +0000 (18:31 +0300)
committeraba <aba@opencascade.com>
Wed, 25 Jan 2017 08:11:39 +0000 (11:11 +0300)
commitfb82a1c60084035d67a0f04e2937de42a723fdcd
tree18cc97885bebda07dd9a75a45748aa64c24e062b
parenta5b83dcd65dad42fdfe18df3dd9cad8f3007375d
0028044: Data Exchange - implement data structures for Saved Views

Add new root label in Document for Views.
Add new attribute to store View in XDE.
Add object and tool to process Views.
Add new Draw commands for Views.
32 files changed:
src/BinMXCAFDoc/BinMXCAFDoc.cxx
src/BinMXCAFDoc/BinMXCAFDoc.hxx
src/BinMXCAFDoc/BinMXCAFDoc_ViewDriver.cxx [new file with mode: 0644]
src/BinMXCAFDoc/BinMXCAFDoc_ViewDriver.hxx [new file with mode: 0644]
src/BinMXCAFDoc/BinMXCAFDoc_ViewToolDriver.cxx [new file with mode: 0644]
src/BinMXCAFDoc/BinMXCAFDoc_ViewToolDriver.hxx [new file with mode: 0644]
src/BinMXCAFDoc/FILES
src/TKXCAF/PACKAGES
src/XCAFDoc/FILES
src/XCAFDoc/XCAFDoc.cxx
src/XCAFDoc/XCAFDoc.hxx
src/XCAFDoc/XCAFDoc_DocumentTool.cxx
src/XCAFDoc/XCAFDoc_DocumentTool.hxx
src/XCAFDoc/XCAFDoc_View.cxx [new file with mode: 0644]
src/XCAFDoc/XCAFDoc_View.hxx [new file with mode: 0644]
src/XCAFDoc/XCAFDoc_ViewTool.cxx [new file with mode: 0644]
src/XCAFDoc/XCAFDoc_ViewTool.hxx [new file with mode: 0644]
src/XCAFView/FILES [new file with mode: 0644]
src/XCAFView/XCAFView_Object.cxx [new file with mode: 0644]
src/XCAFView/XCAFView_Object.hxx [new file with mode: 0644]
src/XCAFView/XCAFView_ProjectionType.hxx [new file with mode: 0644]
src/XDEDRAW/FILES
src/XDEDRAW/XDEDRAW.cxx
src/XDEDRAW/XDEDRAW.hxx
src/XDEDRAW/XDEDRAW_Views.cxx [new file with mode: 0644]
src/XDEDRAW/XDEDRAW_Views.hxx [new file with mode: 0644]
src/XmlMXCAFDoc/FILES
src/XmlMXCAFDoc/XmlMXCAFDoc.cxx
src/XmlMXCAFDoc/XmlMXCAFDoc.hxx
src/XmlMXCAFDoc/XmlMXCAFDoc_ViewToolDriver.cxx [new file with mode: 0644]
src/XmlMXCAFDoc/XmlMXCAFDoc_ViewToolDriver.hxx [new file with mode: 0644]
tests/bugs/xde/bug28044 [new file with mode: 0644]