AronTreeWidgetDictInputModalController.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <stack>
4
5
#include <QDialog>
6
7
#include <
ArmarXCore/core/system/ImportExportComponent.h
>
8
9
#include <
ArmarXGui/libraries/ArmarXGuiBase/ArmarXComponentWidgetController.h
>
10
#include <
ArmarXGui/libraries/ArmarXGuiBase/ArmarXGuiPlugin.h
>
11
#include <
ArmarXGui/libraries/SimpleConfigDialog/SimpleConfigDialog.h
>
12
13
#include <RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/modal/dict/ui_AronTreeWidgetDictInputModal.h>
14
15
#include "../AronTreeWidgetModal.h"
16
17
namespace
armarx
18
{
19
class
AronTreeWidgetDictInputModalController
:
public
AronTreeWidgetModal
20
{
21
public
:
22
AronTreeWidgetDictInputModalController
(
const
std::string& label,
23
AronTreeWidgetItem
*
item
,
24
QTreeWidget* parent);
25
26
private
slots:
27
28
void
submit()
final
;
29
void
reset()
final
;
30
31
void
addEmptyElement();
32
33
private
:
34
std::vector<AronTreeWidgetItem*> addedItems;
35
Ui::AronTreeWidgetDictInputModalWidget widget;
36
};
37
}
// namespace armarx
armarx::AronTreeWidgetItem
Definition:
AronTreeWidgetItem.h:19
SimpleConfigDialog.h
armarx::AronTreeWidgetDictInputModalController::AronTreeWidgetDictInputModalController
AronTreeWidgetDictInputModalController(const std::string &label, AronTreeWidgetItem *item, QTreeWidget *parent)
Definition:
AronTreeWidgetDictInputModalController.cpp:9
ArmarXGuiPlugin.h
ArmarXComponentWidgetController.h
armarx::AronTreeWidgetDictInputModalController
Definition:
AronTreeWidgetDictInputModalController.h:19
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
ImportExportComponent.h
RobotAPI
gui-plugins
SkillManagerPlugin
aronTreeWidget
modal
dict
AronTreeWidgetDictInputModalController.h
Generated on Sat Apr 12 2025 09:13:34 for armarx_documentation by
1.8.17