Dialog_Motor_Control is a widget that creates MotorSet widgets for each available motor to change its values.
More...
#include <Dialog_Motor_Control.h>
Dialog_Motor_Control is a widget that creates MotorSet widgets for each available motor to change its values.
Definition at line 45 of file Dialog_Motor_Control.h.
◆ Dialog_Motor_Control()
◆ ~Dialog_Motor_Control()
mars::gui::Dialog_Motor_Control::~Dialog_Motor_Control |
( |
| ) |
|
◆ closeEvent()
void mars::gui::Dialog_Motor_Control::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
private |
◆ closeSignal
void mars::gui::Dialog_Motor_Control::closeSignal |
( |
void * |
| ) |
|
|
signal |
◆ degspinboxValueChanged
void mars::gui::Dialog_Motor_Control::degspinboxValueChanged |
( |
double |
value | ) |
|
|
privateslot |
◆ radspinboxValueChanged
void mars::gui::Dialog_Motor_Control::radspinboxValueChanged |
( |
double |
value | ) |
|
|
privateslot |
◆ sliderValueChanged
void mars::gui::Dialog_Motor_Control::sliderValueChanged |
( |
int |
value | ) |
|
|
privateslot |
◆ zerobuttonclicked
void mars::gui::Dialog_Motor_Control::zerobuttonclicked |
( |
| ) |
|
|
privateslot |
◆ control
◆ degboxactive
bool mars::gui::Dialog_Motor_Control::degboxactive |
|
private |
◆ degspinboxes
std::vector<QDoubleSpinBox*> mars::gui::Dialog_Motor_Control::degspinboxes |
|
private |
◆ grLayout
QGridLayout* mars::gui::Dialog_Motor_Control::grLayout |
|
private |
◆ mainLayout
QVBoxLayout* mars::gui::Dialog_Motor_Control::mainLayout |
|
private |
◆ motors
◆ radboxactive
bool mars::gui::Dialog_Motor_Control::radboxactive |
|
private |
◆ radspinboxes
std::vector<QDoubleSpinBox*> mars::gui::Dialog_Motor_Control::radspinboxes |
|
private |
◆ scale
double mars::gui::Dialog_Motor_Control::scale |
|
private |
◆ slideractive
bool mars::gui::Dialog_Motor_Control::slideractive |
|
private |
◆ sliders
std::vector<QSlider*> mars::gui::Dialog_Motor_Control::sliders |
|
private |
The documentation for this class was generated from the following files: