Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
Subclass of ctkMenuComboBox to listen to ctkCmdLineModuleManager moduleRegistered and moduleUnregistered signals, and update the menu accordingly. More...
#include <QmitkCmdLineModuleMenuComboBox.h>
Public Member Functions | |
QmitkCmdLineModuleMenuComboBox (QWidget *parent=nullptr) | |
~QmitkCmdLineModuleMenuComboBox () override | |
void | SetManager (ctkCmdLineModuleManager *manager) |
Inject the module manager, so that this widget can still easily be used via widget promotion in Qt Designer, as it will maintain the default constructor. More... | |
ctkCmdLineModuleManager * | GetManager () const |
Returns the ctkCmdLineModuleManager. More... | |
Subclass of ctkMenuComboBox to listen to ctkCmdLineModuleManager moduleRegistered and moduleUnregistered signals, and update the menu accordingly.
Definition at line 30 of file QmitkCmdLineModuleMenuComboBox.h.
QmitkCmdLineModuleMenuComboBox::QmitkCmdLineModuleMenuComboBox | ( | QWidget * | parent = nullptr | ) |
|
override |
ctkCmdLineModuleManager* QmitkCmdLineModuleMenuComboBox::GetManager | ( | ) | const |
Returns the ctkCmdLineModuleManager.
void QmitkCmdLineModuleMenuComboBox::SetManager | ( | ctkCmdLineModuleManager * | manager | ) |
Inject the module manager, so that this widget can still easily be used via widget promotion in Qt Designer, as it will maintain the default constructor.