![]() |
API Documentation
|
Provides an interface for controlling a motor involved with a particular Deployment. More...
#include <WinchDeploymentWidget.h>
Public Member Functions | |
| MotorDeploymentWidget (Motor *winch, QWidget *parent=nullptr) | |
| MotorDeploymentWidget (QWidget *parent=nullptr) | |
| void | setMotor (Motor *winch) |
| void | startMotor (bool up, bool constant) |
| void | stopWinch () |
Protected Member Functions | |
| WinchDeploymentDialog * | deploymentDialog () |
| void | setupUI () |
Protected Attributes | |
| Button * | m_deploy_constant_down |
| Button * | m_deploy_constant_up |
| Button * | m_deploy_down |
| Button * | m_deploy_up |
| WinchDeploymentDialog * | m_deployment_dialog |
| Motor * | m_motor |
Provides an interface for controlling a motor involved with a particular Deployment.
| MotorDeploymentWidget | ( | QWidget * | parent = nullptr | ) |
| MotorDeploymentWidget | ( | Motor * | winch, |
| QWidget * | parent = nullptr ) |
|
protected |
| void setMotor | ( | Motor * | winch | ) |
|
protected |
| void startMotor | ( | bool | up, |
| bool | constant ) |
| void stopWinch | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |