View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0031459 | Community | OCCT:Visualization | public | 2020-03-23 11:01 | 2020-12-02 17:12 |
| Reporter | kgv | Assigned To | bugmaster | ||
| Priority | normal | Severity | tweak | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 6.9.0 | ||||
| Target Version | 7.5.0 | Fixed in Version | 7.5.0 | ||
| Summary | 0031459: Visualization, AIS_TextLabel - add missing getters | ||||
| Description | AIS_TextLabel has AIS_TextLabel::SetText() but no getter for this property, which is apparently could be useful (other missing getters to properties to be also checked). | ||||
| Steps To Reproduce | Not required | ||||
| Tags | No tags attached. | ||||
| Test case number | Not required | ||||
|
|
Branch CR31459 has been created by mzernova. SHA-1: 25edf133e9e8953be7c26a3bf97fa1ea49dbce4f Detailed log of new commits: Author: mzernova Date: Thu Mar 26 10:03:48 2020 +0300 0031459: Visualization, AIS_TextLabel - add missing getters Add getters for Text, Fond and FontAspect properties |
|
|
The patch CR31459 is ready to review |
|
|
+ Standard_EXPORT const TCollection_ExtendedString& Text() const { return myText; }
+ Standard_EXPORT const TCollection_AsciiString& GetFontName() const { return myFont; }
+ Standard_EXPORT const Font_FontAspect& GetFontAspect() const { return myFontAspect; }
Unexpected EXPORT of inline methods. 158 myFont = theFont; ... + myFontAspect = theFontAspect; It would be better removing duplicated properties and rely on myDrawer->TextAspect(). GetFontName(), GetFontAspect() Better FontName()/FontAspect() for consistency with other getters in the class. |
|
|
Branch CR31459 has been updated by mzernova. SHA-1: eebdb85afc22c81b584bb07a98fa9d3eb4820fae Detailed log of new commits: Author: mzernova Date: Thu Mar 26 16:59:32 2020 +0300 remarks from kgv |
|
|
Branch CR31459_1 has been created by mzernova. SHA-1: 8f41a0ac4998d909ad69b6fae93f2db0b9a47940 Detailed log of new commits: Author: mzernova Date: Thu Mar 26 10:03:48 2020 +0300 0031459: Visualization, AIS_TextLabel - add missing getters Add getters for Text, Fond and FontAspect properties |
|
|
The patch CR31459 is ready to review |
|
|
+const Font_FontAspect AIS_TextLabel::FontAspect() const Redundant const for non-reference return.
+ myDrawer->TextAspect()->SetFont ("Courier");
As previously "Courier" was ignored, it is better removing this line to preserve previous result. |
|
|
Branch CR31459 has been updated by mzernova. SHA-1: e13d6ce9f9319fab352bbed5d6fd3052159d8d72 Detailed log of new commits: Author: mzernova Date: Thu Mar 26 17:31:21 2020 +0300 remarks from kgv |
|
|
Branch CR31459_1 has been updated forcibly by mzernova. SHA-1: ddb68ee5bf319e04ee2ed02caabab42eff69c928 |
|
|
The patch CR31459 is ready to review |
|
|
Please raise the patch in OCCT branch CR31459_1. |
|
|
Combination - OCCT branch : WEEK-13 master SHA - 64943a5187fa485536cd2dd1dd4d51b13d189b89 fe4497f3246e6bc1ced97ac331c148f0809ded15 Products branch : WEEK-13 SHA - f10b867b449ebfa55e0a3c8cb276ae511f9cf7f2 was compiled on Linux, MacOS and Windows platforms and tested in optimize mode. Number of compiler warnings: No new/fixed warnings Regressions/Differences/Improvements: No regressions/differences CPU differences: Debian80-64: OCCT Total CPU difference: 16868.620000000134 / 16846.320000000138 [+0.13%] Products Total CPU difference: 11317.180000000084 / 11306.210000000074 [+0.10%] Windows-64-VC14: OCCT Total CPU difference: 18288.046875 / 18268.796875 [+0.11%] Products Total CPU difference: 13120.859375 / 13110.609375 [+0.08%] Image differences : No differences that require special attention Memory differences : No differences that require special attention |
|
|
Branch CR31459_1 has been deleted by inv. SHA-1: ddb68ee5bf319e04ee2ed02caabab42eff69c928 |
|
|
Branch CR31459 has been deleted by inv. SHA-1: e13d6ce9f9319fab352bbed5d6fd3052159d8d72 |
|
occt: master 64943a51 2020-03-26 07:03:48 Committer: bugmaster Details Diff |
0031459: Visualization, AIS_TextLabel - add missing getters Add getters for Text, FontName and FontAspect Remove duplicate properties: Font and FontAspect |
Affected Issues 0031459 |
|
| mod - src/AIS/AIS_TextLabel.cxx | Diff File | ||
| mod - src/AIS/AIS_TextLabel.hxx | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-03-23 11:01 | kgv | New Issue | |
| 2020-03-23 11:01 | kgv | Assigned To | => mzernova |
| 2020-03-26 10:04 | git | Note Added: 0091256 | |
| 2020-03-26 10:06 | mzernova | Note Added: 0091257 | |
| 2020-03-26 10:06 | mzernova | Assigned To | mzernova => kgv |
| 2020-03-26 10:06 | mzernova | Status | new => resolved |
| 2020-03-26 10:06 | mzernova | Steps to Reproduce Updated | |
| 2020-03-26 11:06 | kgv | Note Added: 0091258 | |
| 2020-03-26 11:07 | kgv | Note Edited: 0091258 | |
| 2020-03-26 11:07 | kgv | Assigned To | kgv => mzernova |
| 2020-03-26 11:07 | kgv | Status | resolved => assigned |
| 2020-03-26 17:05 | git | Note Added: 0091276 | |
| 2020-03-26 17:06 | git | Note Added: 0091277 | |
| 2020-03-26 17:06 | mzernova | Note Added: 0091278 | |
| 2020-03-26 17:06 | mzernova | Assigned To | mzernova => kgv |
| 2020-03-26 17:06 | mzernova | Status | assigned => resolved |
| 2020-03-26 17:16 | kgv | Note Added: 0091279 | |
| 2020-03-26 17:16 | kgv | Assigned To | kgv => mzernova |
| 2020-03-26 17:16 | kgv | Status | resolved => assigned |
| 2020-03-26 17:35 | git | Note Added: 0091280 | |
| 2020-03-26 17:35 | git | Note Added: 0091281 | |
| 2020-03-26 17:36 | mzernova | Note Added: 0091282 | |
| 2020-03-26 17:36 | mzernova | Assigned To | mzernova => kgv |
| 2020-03-26 17:36 | mzernova | Status | assigned => resolved |
| 2020-03-26 17:47 | kgv | Note Added: 0091283 | |
| 2020-03-26 17:47 | kgv | Assigned To | kgv => bugmaster |
| 2020-03-26 17:47 | kgv | Status | resolved => reviewed |
| 2020-03-26 17:47 | kgv | Product Version | => 7.4.0 |
| 2020-03-26 17:48 | kgv | Product Version | 7.4.0 => 6.9.0 |
| 2020-03-27 14:57 | bugmaster | Note Added: 0091304 | |
| 2020-03-27 14:57 | bugmaster | Status | reviewed => tested |
| 2020-03-27 15:01 | bugmaster | Test case number | => Not required |
| 2020-03-28 13:36 | bugmaster | Changeset attached | => occt master 64943a51 |
| 2020-03-28 13:36 | bugmaster | Status | tested => verified |
| 2020-03-28 13:36 | bugmaster | Resolution | open => fixed |
| 2020-03-28 13:46 | git | Note Added: 0091317 | |
| 2020-03-28 13:46 | git | Note Added: 0091318 | |
| 2020-12-02 16:43 |
|
Fixed in Version | => 7.5.0 |
| 2020-12-02 17:12 |
|
Status | verified => closed |