AronTreeWidgetDictInputModalController.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <stack>
4 
5 #include <QDialog>
6 
8 
12 
13 #include <RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/modal/dict/ui_AronTreeWidgetDictInputModal.h>
14 
15 #include "../AronTreeWidgetModal.h"
16 
17 namespace armarx
18 {
20  {
21  public:
22  AronTreeWidgetDictInputModalController(const std::string& label,
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