12 #ifndef CXSELECTIONGROUPBOX_H_ 13 #define CXSELECTIONGROUPBOX_H_ 15 #include "cxResourceWidgetsExport.h" 36 SelectionGroupBox(QString title, QStringList selectionList, Qt::Orientation orientation,
bool exclusive =
false, QWidget *parent=NULL);
39 virtual QStringList getSelected();
40 virtual void setSelected(QStringList selectedlist);
42 void setEnabledButtons(
bool value);
45 void selectionChanged();
49 void populate(
bool exclusive);
50 void filter(QStringList filter);
55 QStringList mSelectionList;
56 QButtonGroup* mButtonGroup;
Namespace for all CustusX production code.