21#ifndef __qSlicerEventBrokerModule_h
22#define __qSlicerEventBrokerModule_h
30#include "qSlicerModulesCoreExport.h"
32class qSlicerEventBrokerModulePrivate;
60 QScopedPointer<qSlicerEventBrokerModulePrivate>
d_ptr;
friend class qSlicerAbstractModuleRepresentation
qSlicerCoreModule(QObject *parent=nullptr)
QStringList contributors() const override
Return the contributors of the module.
QStringList categories() const override
~qSlicerEventBrokerModule() override
QString acknowledgementText() const override
qSlicerEventBrokerModule(QObject *parent=nullptr)
QScopedPointer< qSlicerEventBrokerModulePrivate > d_ptr
qSlicerAbstractModuleRepresentation * createWidgetRepresentation() override
Create and return the widget representation associated to this module.
qSlicerGetTitleMacro(tr("Event Broker"))
Display name for the module.
QString helpText() const override
vtkMRMLAbstractLogic * createLogic() override
Create and return the logic associated to this module.
qSlicerCoreModule Superclass
Superclass for MRML logic classes.