Skip to content

ENH: Added Association View

Robert M. O'Bara requested to merge bob.obara/smtk:addingAssociationView into master
  • Added a new type of of View "Associations" that allows pn the association information of an attribute to be modified saving screen real estate
  • The syntax is indentical to Attribute View
  • Added new "HideAssociations" attribute to Attribute View - if true then the view will not display the association widget saving screen real estate
  • Changed the WeakPointerCompare mechanism in Attribute to CompareByName which supports both sets of Weak and Share Attribute Pointers

Merge request reports