AronTreeWidgetIntInputModalController.cpp
Go to the documentation of this file.
1
#include "
AronTreeWidgetIntInputModalController.h
"
2
3
namespace
armarx
4
{
5
AronTreeWidgetIntInputModalController::AronTreeWidgetIntInputModalController
(
6
const
std::string& label,
7
AronTreeWidgetItem
* item,
8
QTreeWidget* parent) :
9
AronTreeWidgetModal
(label, item, parent)
10
{
11
widget.setupUi(
this
);
12
13
// TODO
14
}
15
16
void
17
AronTreeWidgetIntInputModalController::submit()
18
{
19
item
->setText(
aron_tree_widget::constantes::TREE_WIDGET_ITEM_VALUE
,
20
widget.textEditInput->toPlainText());
21
22
AronTreeWidgetModal::submit
();
23
}
24
25
void
26
AronTreeWidgetIntInputModalController::reset()
27
{
28
AronTreeWidgetModal::reset
();
29
30
// reset to initial value
31
widget.textEditInput->setPlainText(
32
init
.text(
aron_tree_widget::constantes::TREE_WIDGET_ITEM_VALUE
));
33
}
34
}
// namespace armarx
armarx::AronTreeWidgetIntInputModalController::AronTreeWidgetIntInputModalController
AronTreeWidgetIntInputModalController(const std::string &label, AronTreeWidgetItem *item, QTreeWidget *parent)
Definition:
AronTreeWidgetIntInputModalController.cpp:5
armarx::AronTreeWidgetModal::reset
virtual void reset()
Definition:
AronTreeWidgetModal.h:30
armarx::AronTreeWidgetItem
Definition:
AronTreeWidgetItem.h:19
armarx::AronTreeWidgetModal::submit
virtual void submit()
Definition:
AronTreeWidgetModal.h:50
armarx::aron_tree_widget::constantes::TREE_WIDGET_ITEM_VALUE
const int TREE_WIDGET_ITEM_VALUE
Definition:
Data.h:8
AronTreeWidgetIntInputModalController.h
armarx::AronTreeWidgetModal::init
AronTreeWidgetItem init
Definition:
AronTreeWidgetModal.h:56
armarx::AronTreeWidgetModal
Definition:
AronTreeWidgetModal.h:18
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition:
ArmarXTimeserver.cpp:27
armarx::AronTreeWidgetModal::item
AronTreeWidgetItem * item
Definition:
AronTreeWidgetModal.h:57
RobotAPI
gui-plugins
SkillManagerPlugin
aronTreeWidget
modal
int_long
AronTreeWidgetIntInputModalController.cpp
Generated on Sat Apr 12 2025 09:13:34 for armarx_documentation by
1.8.17