12 #ifndef CXREGISTRATIONWIDGET_H_
13 #define CXREGISTRATIONWIDGET_H_
15 #include "org_custusx_registration_gui_Export.h"
53 void onIndexChanged();
55 void removeWidgetFromStackedWidget(QString widgetName);
57 QStackedWidget *mStackedWidget;
78 void selectRegistrationMethod(QString registrationType, QString registrationMethodName);
81 void onCurrentChanged(
int index);
83 void initRegistrationTypesWidgets();
84 void initServiceListener();
89 ctkPluginContext* mPluginContext;
90 boost::shared_ptr<ServiceTrackerListener<RegistrationMethodService> > mServiceListener;
93 std::map<QString, RegistrationTypeWidget*> mRegistrationTypeMap;
94 QStringList mRegistrationTypes;