Qt central, all operations relating to the view part here.
More...
#include <main_window.hpp>
Qt central, all operations relating to the view part here.
Definition at line 52 of file main_window.hpp.
manipulator_h_gui::MainWindow::MainWindow |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
manipulator_h_gui::MainWindow::~MainWindow |
( |
| ) |
|
void manipulator_h_gui::MainWindow::closeEvent |
( |
QCloseEvent * |
event | ) |
|
void manipulator_h_gui::MainWindow::on_actionAbout_triggered |
( |
| ) |
|
|
slot |
void manipulator_h_gui::MainWindow::on_curr_joint_button_clicked |
( |
bool |
check | ) |
|
|
slot |
void manipulator_h_gui::MainWindow::on_curr_pos_button_clicked |
( |
bool |
check | ) |
|
|
slot |
void manipulator_h_gui::MainWindow::on_des_joint_button_clicked |
( |
bool |
check | ) |
|
|
slot |
void manipulator_h_gui::MainWindow::on_des_pos_button_clicked |
( |
bool |
check | ) |
|
|
slot |
void manipulator_h_gui::MainWindow::on_ini_pose_button_clicked |
( |
bool |
check | ) |
|
|
slot |
void manipulator_h_gui::MainWindow::on_set_mode_button_clicked |
( |
bool |
check | ) |
|
|
slot |
Eigen::MatrixXd manipulator_h_gui::MainWindow::quaternion2rotation |
( |
Eigen::Quaterniond |
quaternion | ) |
|
Eigen::MatrixXd manipulator_h_gui::MainWindow::quaternion2rpy |
( |
Eigen::Quaterniond |
quaternion | ) |
|
Eigen::Quaterniond manipulator_h_gui::MainWindow::rotation2quaternion |
( |
Eigen::MatrixXd |
rotation | ) |
|
Eigen::MatrixXd manipulator_h_gui::MainWindow::rotation2rpy |
( |
Eigen::MatrixXd |
rotation | ) |
|
Eigen::MatrixXd manipulator_h_gui::MainWindow::rotationX |
( |
double |
angle | ) |
|
Eigen::MatrixXd manipulator_h_gui::MainWindow::rotationY |
( |
double |
angle | ) |
|
Eigen::MatrixXd manipulator_h_gui::MainWindow::rotationZ |
( |
double |
angle | ) |
|
Eigen::Quaterniond manipulator_h_gui::MainWindow::rpy2quaternion |
( |
double |
roll, |
|
|
double |
pitch, |
|
|
double |
yaw |
|
) |
| |
Eigen::MatrixXd manipulator_h_gui::MainWindow::rpy2rotation |
( |
double |
roll, |
|
|
double |
pitch, |
|
|
double |
yaw |
|
) |
| |
void manipulator_h_gui::MainWindow::updateCurrJointPoseSpinbox |
( |
manipulator_h_base_module_msgs::JointPose |
msg | ) |
|
|
slot |
void manipulator_h_gui::MainWindow::updateCurrKinematicsPoseSpinbox |
( |
manipulator_h_base_module_msgs::KinematicsPose |
msg | ) |
|
|
slot |
void manipulator_h_gui::MainWindow::updateLoggingView |
( |
| ) |
|
|
slot |
This function is signalled by the underlying model. When the model changes, this will drop the cursor down to the last line in the QListview to ensure the user can always see the latest log message.
Definition at line 300 of file main_window.cpp.
std::vector<std::string> manipulator_h_gui::MainWindow::joint_name |
|
private |
QList<QAbstractSpinBox *> manipulator_h_gui::MainWindow::joint_spinbox |
|
private |
QNode manipulator_h_gui::MainWindow::qnode |
|
private |
Ui::MainWindowDesign manipulator_h_gui::MainWindow::ui |
|
private |
The documentation for this class was generated from the following files: