#include <rosprocessbutton.h>
Signals | |
void | killPushed () |
void | startInTerminalPushed () |
Public Member Functions | |
RosProcessButton (QWidget *parent) | |
Protected Member Functions | |
void | contextMenuEvent (QContextMenuEvent *event) |
Button class for ButtonProcessAdministrators. This class adds a context menu to a Button that is specific for ButtonProcessAdministrators.
Definition at line 10 of file rosprocessbutton.h.
RosProcessButton::RosProcessButton | ( | QWidget * | parent = 0 | ) |
Definition at line 8 of file rosprocessbutton.cpp.
void RosProcessButton::contextMenuEvent | ( | QContextMenuEvent * | event | ) | [protected] |
Create a context menu.
Definition at line 13 of file rosprocessbutton.cpp.
void RosProcessButton::killPushed | ( | ) | [signal] |
Kill the process.
void RosProcessButton::startInTerminalPushed | ( | ) | [signal] |
Start the process in a terminal.