#include <double_list_widget.h>
|
void | clearContents (void) |
|
| DoubleListWidget (QWidget *parent, moveit_setup_assistant::MoveItConfigDataPtr config_data, QString long_name, 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 50 of file double_list_widget.h.
moveit_setup_assistant::DoubleListWidget::DoubleListWidget |
( |
QWidget * |
parent, |
|
|
moveit_setup_assistant::MoveItConfigDataPtr |
config_data, |
|
|
QString |
long_name, |
|
|
QString |
short_name, |
|
|
bool |
add_ok_cancel = true |
|
) |
| |
void moveit_setup_assistant::DoubleListWidget::cancelEditing |
( |
| ) |
|
|
signal |
Event sent when user presses cancel button.
void moveit_setup_assistant::DoubleListWidget::clearContents |
( |
void |
| ) |
|
void moveit_setup_assistant::DoubleListWidget::deselectDataButtonClicked |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::DoubleListWidget::doneEditing |
( |
| ) |
|
|
signal |
Event sent when this widget is done making data changes and parent widget can save.
void moveit_setup_assistant::DoubleListWidget::previewSelected |
( |
std::vector< std::string > |
| ) |
|
|
signal |
Signal to highlight parts of robot.
void moveit_setup_assistant::DoubleListWidget::previewSelected |
( |
const QList< QTableWidgetItem * > & |
selected | ) |
|
|
private |
void moveit_setup_assistant::DoubleListWidget::previewSelectedLeft |
( |
const QItemSelection & |
selected, |
|
|
const QItemSelection & |
deselected |
|
) |
| |
|
privateslot |
void moveit_setup_assistant::DoubleListWidget::previewSelectedRight |
( |
const QItemSelection & |
selected, |
|
|
const QItemSelection & |
deselected |
|
) |
| |
|
privateslot |
void moveit_setup_assistant::DoubleListWidget::selectDataButtonClicked |
( |
| ) |
|
|
privateslot |
void moveit_setup_assistant::DoubleListWidget::selectionUpdated |
( |
| ) |
|
|
signal |
When the set of selected items has changed.
void moveit_setup_assistant::DoubleListWidget::setAvailable |
( |
const std::vector< std::string > & |
items | ) |
|
void moveit_setup_assistant::DoubleListWidget::setColumnNames |
( |
const QString & |
col1, |
|
|
const QString & |
col2 |
|
) |
| |
void moveit_setup_assistant::DoubleListWidget::setSelected |
( |
const std::vector< std::string > & |
items | ) |
|
void moveit_setup_assistant::DoubleListWidget::setTable |
( |
const std::vector< std::string > & |
items, |
|
|
QTableWidget * |
table |
|
) |
| |
QLabel* moveit_setup_assistant::DoubleListWidget::column1_label_ |
QLabel* moveit_setup_assistant::DoubleListWidget::column2_label_ |
moveit_setup_assistant::MoveItConfigDataPtr moveit_setup_assistant::DoubleListWidget::config_data_ |
|
private |
QTableWidget* moveit_setup_assistant::DoubleListWidget::data_table_ |
QString moveit_setup_assistant::DoubleListWidget::long_name_ |
QTableWidget* moveit_setup_assistant::DoubleListWidget::selected_data_table_ |
QString moveit_setup_assistant::DoubleListWidget::short_name_ |
QLabel* moveit_setup_assistant::DoubleListWidget::title_ |
The documentation for this class was generated from the following files: