Reference Topics > View options > Signal view options - class diagram
Signal view options - class diagram
The following view options are available:
Hide Full Name — Specifies that only the Name of the Signal is displayed, that is, the Signal Name is not prefixed by any scoping items.
Signatures — Specifies that the signatures of Attributes are shown.
For Attributes, the signature shows the type of the Attribute. For example: Attribute1 : int.
You can use an Attribute's signature to create its Type.
Access Characters — specifies that the shown Attributes are prefixed by their access characters as determined by their Visibility, that is, + for public, - for private, # for protected and ~ for Package.
Constraints — specifies that when Constraints are applied to shown Attributes, the Full Text of those Constraints is shown. For example: Attribute1 {full text of applied constraint}
Public check box — when selected, selects the associated check box so that Attributes that have public access are shown. When cleared, clears the associated check box so that Attributes that have public access are hidden.
Private check box — when selected, selects the associated check box so that Attributes that have private access are shown. When cleared, clears the associated check box so that Attributes that have private access are hidden.
Protected check box — when selected, selects the associated check box so that Attributes that have protected access are shown. When cleared, clears the associated check box so that Attributes that have protected access are hidden.
Package check box — when selected, selects the associated check box so that Attributes that have package access are shown. When cleared, clears the associated check box so that Attributes that have package access are hidden.
Attributes check box — when selected, selects the four associated check boxes so that all Attributes are shown. When cleared, clears the four associated check boxes so that all Attributes are hidden.
The four unnamed check boxes — specify which Attributes are shown and hidden.
If you selected View Options by right-clicking the diagram background, the property values that you modify set the default view options for any Signals that are added to the diagram there after.
If you selected View Options by right-clicking one or more selected Signals, the check boxes you select change the view options of those Signals.