Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Variables
vtkEventBroker.h File Reference
#include "vtkMRML.h"
#include <vtkObject.h>
#include <deque>
#include <vector>
#include <set>
#include <map>
#include <fstream>
Include dependency graph for vtkEventBroker.h:

Go to the source code of this file.

Classes

class  vtkEventBroker
 Class that manages adding and deleting of observers with events. More...
 
class  vtkEventBrokerInitialize
 Utility class to make sure qSlicerModuleManager is initialized before it is used. More...
 

Variables

static vtkEventBrokerInitialize vtkEventBrokerInitializer
 

Variable Documentation

◆ vtkEventBrokerInitializer

vtkEventBrokerInitialize vtkEventBrokerInitializer
static

This instance will show up in any translation unit that uses vtkEventBroker. It will make sure vtkEventBroker is initialized before it is used.

Definition at line 328 of file vtkEventBroker.h.