#include <double_list_widget.h>
|
void | clearContents () |
|
| DoubleListWidget (QWidget *parent, const MoveItConfigDataPtr &config_data, const QString &long_name, const QString &short_name, bool add_ok_cancel=true) |
| Constructor. More...
|
|
void | setAvailable (const std::vector< std::string > &items) |
| Loads the availble data list. More...
|
|
void | setColumnNames (const QString &col1, const QString &col2) |
| Set the names of the two columns in the widget. More...
|
|
void | setSelected (const std::vector< std::string > &items) |
| Set the right box. More...
|
|
void | setTable (const std::vector< std::string > &items, QTableWidget *table) |
| Convenience function for reusing set table code. More...
|
|
|
moveit_setup_assistant::MoveItConfigDataPtr | config_data_ |
| Contains all the configuration data for the setup assistant. More...
|
|
Definition at line 51 of file double_list_widget.h.
◆ DoubleListWidget()
moveit_setup_assistant::DoubleListWidget::DoubleListWidget |
( |
QWidget * |
parent, |
|
|
const MoveItConfigDataPtr & |
config_data, |
|
|
const QString & |
long_name, |
|
|
const QString & |
short_name, |
|
|
bool |
add_ok_cancel = true |
|
) |
| |
◆ cancelEditing
void moveit_setup_assistant::DoubleListWidget::cancelEditing |
( |
| ) |
|
|
signal |
Event sent when user presses cancel button.
◆ clearContents()
void moveit_setup_assistant::DoubleListWidget::clearContents |
( |
| ) |
|
◆ deselectDataButtonClicked
void moveit_setup_assistant::DoubleListWidget::deselectDataButtonClicked |
( |
| ) |
|
|
privateslot |
◆ doneEditing
void moveit_setup_assistant::DoubleListWidget::doneEditing |
( |
| ) |
|
|
signal |
Event sent when this widget is done making data changes and parent widget can save.
◆ previewSelected() [1/2]
void moveit_setup_assistant::DoubleListWidget::previewSelected |
( |
const QList< QTableWidgetItem * > & |
selected | ) |
|
|
private |
◆ previewSelected [2/2]
void moveit_setup_assistant::DoubleListWidget::previewSelected |
( |
std::vector< std::string > |
| ) |
|
|
signal |
Signal to highlight parts of robot.
◆ previewSelectedLeft
void moveit_setup_assistant::DoubleListWidget::previewSelectedLeft |
( |
const QItemSelection & |
selected, |
|
|
const QItemSelection & |
deselected |
|
) |
| |
|
privateslot |
◆ previewSelectedRight
void moveit_setup_assistant::DoubleListWidget::previewSelectedRight |
( |
const QItemSelection & |
selected, |
|
|
const QItemSelection & |
deselected |
|
) |
| |
|
privateslot |
◆ selectDataButtonClicked
void moveit_setup_assistant::DoubleListWidget::selectDataButtonClicked |
( |
| ) |
|
|
privateslot |
◆ selectionUpdated
void moveit_setup_assistant::DoubleListWidget::selectionUpdated |
( |
| ) |
|
|
signal |
When the set of selected items has changed.
◆ setAvailable()
void moveit_setup_assistant::DoubleListWidget::setAvailable |
( |
const std::vector< std::string > & |
items | ) |
|
◆ setColumnNames()
void moveit_setup_assistant::DoubleListWidget::setColumnNames |
( |
const QString & |
col1, |
|
|
const QString & |
col2 |
|
) |
| |
◆ setSelected()
void moveit_setup_assistant::DoubleListWidget::setSelected |
( |
const std::vector< std::string > & |
items | ) |
|
◆ setTable()
void moveit_setup_assistant::DoubleListWidget::setTable |
( |
const std::vector< std::string > & |
items, |
|
|
QTableWidget * |
table |
|
) |
| |
◆ column1_label_
QLabel* moveit_setup_assistant::DoubleListWidget::column1_label_ |
◆ column2_label_
QLabel* moveit_setup_assistant::DoubleListWidget::column2_label_ |
◆ config_data_
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::DoubleListWidget::config_data_ |
|
private |
◆ data_table_
QTableWidget* moveit_setup_assistant::DoubleListWidget::data_table_ |
◆ long_name_
QString moveit_setup_assistant::DoubleListWidget::long_name_ |
◆ selected_data_table_
QTableWidget* moveit_setup_assistant::DoubleListWidget::selected_data_table_ |
◆ short_name_
QString moveit_setup_assistant::DoubleListWidget::short_name_ |
◆ title_
QLabel* moveit_setup_assistant::DoubleListWidget::title_ |
The documentation for this class was generated from the following files: