Go to the documentation of this file.00001 #ifndef ROSPROCESSBUTTON_H
00002 #define ROSPROCESSBUTTON_H
00003 #include <QPushButton>
00004 #include <QObject>
00005
00006
00010 class RosProcessButton: public QPushButton
00011 {
00012 Q_OBJECT
00013 public:
00014 RosProcessButton(QWidget *parent);
00015
00016 protected:
00020 void contextMenuEvent(QContextMenuEvent *event);
00021
00022 signals:
00026 void killPushed();
00027
00031 void startInTerminalPushed();
00032 };
00033
00034 #endif // ROSPROCESSBUTTON_H