Birdasaur / Trinity

Explainable AI analysis tool and 3D visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy way to Clear all Callouts

Birdasaur opened this issue · comments

Currently the only way to clear a call out from the screen is by double clicking its title bar. (Or swiping it on a touch screen)
This can be tedious when many callouts have been opened and then need to be cleared.

  • Add event for closing all callouts so they can be closed by application events in the future
  • Add event for closing a particular callout (instance)
  • Add GUI mechanism to close all open callouts in Hyperspace3D by adding menu option to custom animated context menu.
  • Add GUI mechanism to close all open callouts in Projections3D views by adding menu option to context menu
  • Add Right Click style context menu popup to callout title bar.
  • Add ContextMenu option to close that callout instance
  • Add ContextMenu option to close all instances (fire close all event)

Add GUI mechanism to close all open callouts in Hyperspace3D by adding menu option to custom animated context menu.
Add GUI mechanism to close all open callouts in Projections3D views by adding menu option to context menu

Have been implemented in #37