AronTreeWidgetTextInputModalController.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QDialog>
4
5
#include <RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/modal/text/ui_AronTreeWidgetTextInputModal.h>
6
7
#include "../AronTreeWidgetModal.h"
8
9
namespace
armarx
10
{
11
class
AronTreeWidgetTextInputModalController
:
public
AronTreeWidgetModal
12
{
13
14
public
:
15
AronTreeWidgetTextInputModalController
(
const
std::string& label,
16
AronTreeWidgetItem
*
item
,
17
QTreeWidget* parent);
18
19
private
slots:
20
21
void
submit()
final
;
22
void
reset()
final
;
23
24
private
:
25
Ui::AronTreeWidgetTextInputModalWidget widget;
26
};
27
}
// namespace armarx
armarx::AronTreeWidgetItem
Definition:
AronTreeWidgetItem.h:19
armarx::AronTreeWidgetTextInputModalController::AronTreeWidgetTextInputModalController
AronTreeWidgetTextInputModalController(const std::string &label, AronTreeWidgetItem *item, QTreeWidget *parent)
Definition:
AronTreeWidgetTextInputModalController.cpp:5
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
armarx::AronTreeWidgetTextInputModalController
Definition:
AronTreeWidgetTextInputModalController.h:11
RobotAPI
gui-plugins
SkillManagerPlugin
aronTreeWidget
modal
text
AronTreeWidgetTextInputModalController.h
Generated on Sat Apr 12 2025 09:13:34 for armarx_documentation by
1.8.17