SetDesiredPoseDialog.h
Go to the documentation of this file.
1#ifndef SETDESIREDPOSEDIALOG_H
2#define SETDESIREDPOSEDIALOG_H
3
4#include <QDialog>
5
7
9
10namespace Ui
11{
12 class SetDesiredPoseDialog;
13}
14
15class SetDesiredPoseDialog : public QDialog
16{
17 Q_OBJECT
18
19public:
20 explicit SetDesiredPoseDialog(QWidget* parent = 0);
22
24
25private:
26 Ui::SetDesiredPoseDialog* ui;
27
28 bool stringToJSON(std::string string, armarx::JsonObjectPtr& result) const;
29
31
32private slots:
33 void checkJSON();
34 void formatInput();
35 void parseInputAndSetPose();
36};
37
38#endif // SETDESIREDPOSEDIALOG_H
SetDesiredPoseDialog(QWidget *parent=0)
armarx::FramedPosePtr getDesiredPose()
ArmarX Headers.
std::shared_ptr< JsonObject > JsonObjectPtr
Definition JsonObject.h:34
IceInternal::Handle< FramedPose > FramedPosePtr
Definition FramedPose.h:272