API Documentation
|
#include <WinchDeploymentWidget.h>
Public Member Functions | |
MotorDeploymentWidget (QWidget *parent=nullptr) | |
MotorDeploymentWidget (Motor *winch, QWidget *parent=nullptr) | |
void | setMotor (Motor *winch) |
void | startMotor (bool up, bool constant) |
void | stopWinch () |
Protected Member Functions | |
void | setupUI () |
WinchDeploymentDialog * | deploymentDialog () |
Protected Attributes | |
Motor * | m_motor |
Button * | m_deploy_constant_down |
Button * | m_deploy_constant_up |
Button * | m_deploy_down |
Button * | m_deploy_up |
WinchDeploymentDialog * | m_deployment_dialog |
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 |