GraspEditorDialog.cpp
Go to the documentation of this file.
1
/*
2
* This file is part of ArmarX.
3
*
4
* ArmarX is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU Lesser General Public License as
6
* published by the Free Software Foundation; either version 2 of
7
* the License, or (at your option) any later version.
8
*
9
* ArmarX is distributed in the hope that it will be useful, but
10
* WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU Lesser General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16
*
17
* @package MemoryX::MemoryX::PriorMemoryEditorPlugin
18
* @author Kai Welke (welke at kit dot edu)
19
* @date 2013
20
* @copyright http://www.gnu.org/licenses/gpl.txt
21
* GNU General Public License
22
*/
23
24
#include "
GraspEditorDialog.h
"
25
#include <MemoryX/gui-plugins/PriorMemoryEditor/ui_GraspEditorDialog.h>
26
27
using namespace
memoryx
;
28
using namespace
VirtualRobot
;
29
30
GraspEditorDialog::GraspEditorDialog
(std::string objectFile, std::string robotFile, QWidget* parent) : QDialog(parent),
31
ui(new
Ui
::
GraspEditorDialog
)
32
{
33
ui->setupUi(
this
);
34
35
graspEditor =
new
GraspEditorWindow(objectFile, robotFile,
true
);
36
this->setLayout(
new
QVBoxLayout(
this
));
37
this->layout()->addWidget(graspEditor);
38
}
39
40
GraspEditorDialog::~GraspEditorDialog
()
41
{
42
delete
graspEditor;
43
delete
ui;
44
}
GraspEditorDialog.h
VirtualRobot
Definition:
FramedPose.h:43
memoryx
VirtualRobot headers.
Definition:
CommonPlacesTester.cpp:48
memoryx::GraspEditorDialog::~GraspEditorDialog
~GraspEditorDialog() override
Definition:
GraspEditorDialog.cpp:40
memoryx::GraspEditorDialog
Definition:
GraspEditorDialog.h:36
Ui
ArmarX Headers.
Definition:
ArmarXMainWindow.h:54
memoryx::GraspEditorDialog::GraspEditorDialog
GraspEditorDialog(std::string objectFile, std::string robotFile, QWidget *parent=0)
Definition:
GraspEditorDialog.cpp:30
MemoryX
gui-plugins
PriorMemoryEditor
ObjectClassEditDialog
GraspEditorDialog.cpp
Generated on Sat Oct 12 2024 09:14:05 for armarx_documentation by
1.8.17