Skip to content

IconFactory rename and OperationIcons.

David Thompson requested to merge dcthomp/smtk:operation-icons into master
  • Rename smtk::view::IconFactory to smtk::view::ObjectIcons (since it is specifically an icon factory for depicting the types of PersistentObject.
  • Add a new smtk::view::OperationIcons class (an instance of which is held by the smtk::view::Manager) that produces icons for operations.

Merge request reports