occt: master 8ed07085
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
nds | apn | master | 2019-08-23 11:28:04 | master 077a220c |
Affected Issues | 0030857: Visualization - using one implementation of Text in graphic group | |||
Changeset | 0030857: Visualization - using one implementation of Text in graphic group Graphic3d_Group::Text(...) are obsolete, AddText() should be used instead of these methods. Graphic3d_Text is a new class for parameters necessary to fill OpenGl_Text. All parameters of Graphic3d_Group::Text() are moved into this class. OpenGl_TextParam is removed, these fields were moved into Graphic3d_Text. OpenGl_Text constructors/Init with OpenGl_TextParam parameter were removed. Constructor with Graphic3d_Text should be used instead of it. Using OpenGl_Text Init() with OpenGl_TextParam should be now replaced on two cases. The first case is setting values into Graphic3d_Text and the second case is calling Reset() after. As example, look at modification in OpenGl_FrameStatsPrs. |
|||
mod - dox/dev_guides/upgrade/upgrade.md | Diff File | |||
mod - src/AIS/AIS_ColorScale.cxx | Diff File | |||
mod - src/DsgPrs/DsgPrs_XYZAxisPresentation.cxx | Diff File | |||
mod - src/Graphic3d/FILES | Diff File | |||
mod - src/Graphic3d/Graphic3d_Group.cxx | Diff File | |||
mod - src/Graphic3d/Graphic3d_Group.hxx | Diff File | |||
add - src/Graphic3d/Graphic3d_Text.cxx | Diff File | |||
add - src/Graphic3d/Graphic3d_Text.hxx | Diff File | |||
mod - src/MeshVS/MeshVS_TextPrsBuilder.cxx | Diff File | |||
mod - src/OpenGl/FILES | Diff File | |||
mod - src/OpenGl/OpenGl_FrameStatsPrs.cxx | Diff File | |||
mod - src/OpenGl/OpenGl_GraduatedTrihedron.cxx | Diff File | |||
mod - src/OpenGl/OpenGl_GraphicDriver.cxx | Diff File | |||
mod - src/OpenGl/OpenGl_Group.cxx | Diff File | |||
mod - src/OpenGl/OpenGl_Group.hxx | Diff File | |||
mod - src/OpenGl/OpenGl_Text.cxx | Diff File | |||
mod - src/OpenGl/OpenGl_Text.hxx | Diff File | |||
rm - src/OpenGl/OpenGl_TextParam.hxx | Diff File | |||
mod - src/OpenGl/OpenGl_Workspace.hxx | Diff File | |||
mod - src/Prs3d/Prs3d_Text.cxx | Diff File | |||
mod - src/V3d/V3d_Viewer.cxx | Diff File |