MCPcopy Create free account
hub / github.com/MITK/MITK / GetAny

Method GetAny

Modules/QtWidgets/src/QmitkFileReaderWriterOptionsWidget.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144us::Any QmitkAnyStringWidget::GetAny() const
145{
146 return us::Any(this->text().toStdString());
147}
148
149QmitkAnyBoolWidget::QmitkAnyBoolWidget(const std::string &name, const us::Any &any, QWidget *parent)
150 : QCheckBox(parent), QmitkAnyAdapter(name)

Callers 1

GetOptionsMethod · 0.80

Calls 3

textMethod · 0.80
AnyClass · 0.50
valueMethod · 0.45

Tested by

no test coverage detected