AronTreeWidgetIntInputModalController.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "../AronTreeWidgetModal.h"
4
5
#include <RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/modal/int_long/ui_AronTreeWidgetIntInputModal.h>
6
7
#include <QDialog>
8
9
namespace
armarx
10
{
11
class
AronTreeWidgetIntInputModalController
:
12
public
AronTreeWidgetModal
13
{
14
15
public
:
16
17
AronTreeWidgetIntInputModalController
(
const
std::string& label,
AronTreeWidgetItem
*
item
, QTreeWidget* parent);
18
19
private
slots:
20
21
void
submit()
final
;
22
void
reset()
final
;
23
24
private
:
25
Ui::AronTreeWidgetIntInputModalWidget widget;
26
};
27
}
armarx::AronTreeWidgetIntInputModalController::AronTreeWidgetIntInputModalController
AronTreeWidgetIntInputModalController(const std::string &label, AronTreeWidgetItem *item, QTreeWidget *parent)
Definition:
AronTreeWidgetIntInputModalController.cpp:5
armarx::AronTreeWidgetItem
Definition:
AronTreeWidgetItem.h:19
armarx::AronTreeWidgetIntInputModalController
Definition:
AronTreeWidgetIntInputModalController.h:11
armarx::AronTreeWidgetModal
Definition:
AronTreeWidgetModal.h:17
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition:
ArmarXTimeserver.cpp:28
armarx::AronTreeWidgetModal::item
AronTreeWidgetItem * item
Definition:
AronTreeWidgetModal.h:49
RobotAPI
gui-plugins
SkillManagerPlugin
aronTreeWidget
modal
int_long
AronTreeWidgetIntInputModalController.h
Generated on Sat Oct 12 2024 09:14:07 for armarx_documentation by
1.8.17