Documentation/4.10/Modules/EventBroker
From Slicer Wiki
Home < Documentation < 4.10 < Modules < EventBroker
Introduction and Acknowledgements
| |||||
|
Module Description
Profiling tool for the developers. The event broker manages observations between VTK objects in Slicer. Observed objects are populated in the tree view, their observers are listed under each observed object events. Selecting a VTK object in the list, dumps (PrintSelf()) all its information.
More information in the Event Broker dedicated page.
Use Cases
N/A
Tutorials
N/A
Panels and their use
Parameters:
- Actions: Actions in the view.
- Refresh: Rescan the event broker and populate the tree view with the observers of the MRML scene, nodes, logics.
- Reset Times: Reset the time spent in all callbacks to 0 second. To be used with "Show observations with Elapsed Times
- Show observations with Elapsed Times >0: Filter the tree view to show only objects for which time has been spent in at least one of its callback.
List of parameters generated transforming this XML file using this XSL file. To update the URL of the XML file, edit this page.
Similar Modules
N/A
References
N/A
Information for Developers
Section under construction. |