AronTreeWidgetFloatInputModalController.cpp
Go to the documentation of this file.
2
3namespace armarx
4{
6 const std::string& label,
8 QTreeWidget* parent) :
9 AronTreeWidgetModal(label, item, parent)
10 {
11 widget.setupUi(this);
12
13 // TODO
14 }
15
16 void
17 AronTreeWidgetFloatInputModalController::submit()
18 {
20 widget.textEditInput->toPlainText());
21
23 }
24
25 void
26 AronTreeWidgetFloatInputModalController::reset()
27 {
29
30 // reset to initial value
31 widget.textEditInput->setPlainText(
33 }
34} // namespace armarx
AronTreeWidgetFloatInputModalController(const std::string &label, AronTreeWidgetItem *item, QTreeWidget *parent)
AronTreeWidgetModal(const std::string &label, AronTreeWidgetItem *item, QTreeWidget *parent)
This file offers overloads of toIce() and fromIce() functions for STL container types.