frameeditorwindow.h
Go to the documentation of this file.
1 
18 #ifndef FRAMEEDITORWINDOW_H
19 #define FRAMEEDITORWINDOW_H
20 #include <QMainWindow>
21 #include <QListWidget>
22 #include <QMenu>
23 #include <QMenuBar>
24 #include <QLabel>
25 #ifndef Q_MOC_RUN
26 #include <ros/ros.h>
27 #endif
30 
31 class FrameEditor : public QMainWindow
32 {
33  Q_OBJECT
34  EIGEN_MAKE_ALIGNED_OPERATOR_NEW
35 public:
36  explicit FrameEditor(QWidget *parent = 0);
37 
38 protected:
39  void resizeEvent(QResizeEvent * event);
40 
41 private:
42  std::vector<colouredCameraFrame, Eigen::aligned_allocator<colouredCameraFrame> > colouredCameraFrames;
43  std::vector<Transformation_Data> transformationData;
44 
45  QMenu *fileMenu;
46  QAction *openAct;
47  QAction *saveAct;
48  QListWidget * lstFrames;
49 
50  QLabel *lblItemCount;
51 
53 
55 signals:
56 public slots:
57 
58 private slots:
59  void openFile();
60  void saveFile();
61  void lstFramesItemClicked(QListWidgetItem * item);
62 
63 };
64 
65 #endif // FRAMEEDITORWINDOW_H
QAction * saveAct
void lstFramesItemClicked(QListWidgetItem *item)
QListWidget * lstFrames
MarkerPublisher * markerPublisher
FrameEditor(QWidget *parent=0)
void resizeEvent(QResizeEvent *event)
QLabel * lblItemCount
std::vector< Transformation_Data > transformationData
std::vector< colouredCameraFrame, Eigen::aligned_allocator< colouredCameraFrame > > colouredCameraFrames
QAction * openAct


asr_mild_calibration_tool
Author(s): Aumann Florian, Heller Florian, Meißner Pascal
autogenerated on Mon Dec 2 2019 03:11:43