0028726: Quantity_NameOfColor should be replaced by Quantity_Color in function input...
authorkgv <kgv@opencascade.com>
Thu, 11 May 2017 15:10:53 +0000 (18:10 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 26 May 2017 11:49:03 +0000 (14:49 +0300)
commit87432b82788a53706060abffdb4591d1f0757822
tree3d96181240cb733bb681d2d194aee4cb98202bbb
parent5ecc46c08e4090734f50666460041825eb1f2b76
0028726: Quantity_NameOfColor should be replaced by Quantity_Color in function input argument

AIS_InteractiveObject, virtual methods ::SetColor(), ::Color()
returning/accepting Quantity_NameOfColor have been removed.
Virtual method ::SetMaterial() accepting Graphic3d_NameOfMaterial has been also removed.

V3d_View, V3d_Viewer, V3d_AmbientLight, V3d_DirectionalLight,
V3d_Light, V3d_PositionalLight, V3d_SpotLight, Aspect_Window,
methods accepting Quantity_NameOfColor have been removed (duplicates)
or color argument(s) replaced with Quantity_Color.
71 files changed:
dox/dev_guides/upgrade/upgrade.md
samples/CSharp/OCCTProxy/OCCTProxy.cpp
samples/CSharp/OCCTProxy_D3D/OCCTProxyD3D.cpp
samples/mfc/standard/04_Viewer3d/src/Viewer3dDoc.cpp
samples/mfc/standard/Common/OCC_3dBaseDoc.cpp
samples/qt/Common/src/DocumentCommon.cxx
src/AIS/AIS_AttributeFilter.cxx
src/AIS/AIS_Axis.cxx
src/AIS/AIS_Axis.hxx
src/AIS/AIS_Axis.lxx [deleted file]
src/AIS/AIS_Circle.cxx
src/AIS/AIS_Circle.hxx
src/AIS/AIS_Circle.lxx [deleted file]
src/AIS/AIS_ColoredShape.cxx
src/AIS/AIS_InteractiveContext.cxx
src/AIS/AIS_InteractiveContext.hxx
src/AIS/AIS_InteractiveObject.cxx
src/AIS/AIS_InteractiveObject.hxx
src/AIS/AIS_Line.cxx
src/AIS/AIS_Line.hxx
src/AIS/AIS_Line.lxx [deleted file]
src/AIS/AIS_Plane.cxx
src/AIS/AIS_Plane.hxx
src/AIS/AIS_Plane.lxx [deleted file]
src/AIS/AIS_PlaneTrihedron.cxx
src/AIS/AIS_PlaneTrihedron.hxx
src/AIS/AIS_PlaneTrihedron.lxx [deleted file]
src/AIS/AIS_Point.cxx
src/AIS/AIS_Point.hxx
src/AIS/AIS_Point.lxx [deleted file]
src/AIS/AIS_PointCloud.cxx
src/AIS/AIS_PointCloud.hxx
src/AIS/AIS_Relation.cxx
src/AIS/AIS_Relation.hxx
src/AIS/AIS_Relation.lxx [deleted file]
src/AIS/AIS_Shape.cxx
src/AIS/AIS_Shape.hxx
src/AIS/AIS_Shape.lxx [deleted file]
src/AIS/AIS_TextLabel.hxx
src/AIS/AIS_Trihedron.hxx
src/AIS/FILES
src/Aspect/Aspect_Window.cxx
src/Aspect/Aspect_Window.hxx
src/Prs3d/Prs3d_ArrowAspect.hxx
src/Prs3d/Prs3d_IsoAspect.hxx
src/Prs3d/Prs3d_LineAspect.cxx
src/Prs3d/Prs3d_LineAspect.hxx
src/Prs3d/Prs3d_PointAspect.cxx
src/Prs3d/Prs3d_PointAspect.hxx
src/Prs3d/Prs3d_ShadingAspect.hxx
src/Prs3d/Prs3d_TextAspect.hxx
src/TPrsStd/TPrsStd_AISPresentation.cxx
src/TPrsStd/TPrsStd_ConstraintDriver.cxx
src/V3d/V3d_AmbientLight.cxx
src/V3d/V3d_AmbientLight.hxx
src/V3d/V3d_DirectionalLight.cxx
src/V3d/V3d_DirectionalLight.hxx
src/V3d/V3d_Light.cxx
src/V3d/V3d_Light.hxx
src/V3d/V3d_PositionLight.cxx
src/V3d/V3d_PositionalLight.cxx
src/V3d/V3d_PositionalLight.hxx
src/V3d/V3d_SpotLight.cxx
src/V3d/V3d_SpotLight.hxx
src/V3d/V3d_View.cxx
src/V3d/V3d_View.hxx
src/V3d/V3d_View_4.cxx
src/V3d/V3d_Viewer.cxx
src/V3d/V3d_Viewer.hxx
src/ViewerTest/ViewerTest_ObjectCommands.cxx
src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx