You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, plugins might need to catch events from the GUI.
We could add a signal/slot mechanism in PluginContext to forward events from the UI to the plugins. Of course, it will be the responsibility of the application to forward these events. We can do it for the Viewer class.
In some cases, plugins might need to catch events from the GUI.
We could add a signal/slot mechanism in PluginContext to forward events from the UI to the plugins. Of course, it will be the responsibility of the application to forward these events. We can do it for the
Viewer
class.Suggested by @chemseddinehimeur
The text was updated successfully, but these errors were encountered: