DiscussionsIssue archiveOCCT:Application Framework

Archived issue #0029730

OCAF User's Guide correction for case of attributes with User defined GUID

Open CASCADEOCCT:Application Frameworkclosed7 public notes

Search issues

Description

During previous release set standard attributes were extended for support of attributes with User defined GUID (several attributes of the same type on the same Label). This new feature should be documented in OCAF User's Guide.

Steps to reproduce

N/A

Additional information

occt_ocaf.pdf is supposed to be updated.

Public activity

7 archived notes

Participants are labeled by their role within this record.

01Commenter 1
Branch [archived branch] has been created by Author.

[revision removed]


Detailed log of new commits:

Author: Author
Date: Fri Apr 27 15:02:32 2018 +0300

    0029730: OCAF User's Guide correction for case of attributes with User defined GUID
    
    // Added description of attributes usage with User defined GUID

02Commenter 2
User's Guide extended with the discussed description.
Review it, please.
03Commenter 3
In the end of the difference:

    Handle(TDataStd_Integer) anInt = new TDataStd_Integer();
    INT->SetID(aGuid);
    aLabel.Add(anInt);
    INT->Set(aValue);

Both "INT" and "anInt" variable names used twice, however only anInt should be used.
04Commenter 1
Branch [archived branch] has been updated by Author.

[revision removed]


Detailed log of new commits:

Author: Author
Date: Fri Apr 27 15:36:57 2018 +0300

    0029730: OCAF User's Guide correction for case of attributes with User defined GUID
    
    // Correction of misprint

05Commenter 5
Sorry, it a simple misprint.
Revise it once again.
06Commenter 6
Reviewed. Tests are not needed.
07Commenter 1
Branch [archived branch] has been deleted by Participant.

[revision removed]