Go to the documentation of this file.
42 class QTableWidgetItem;
64 DoubleListWidget(QWidget* parent,
const MoveItConfigDataPtr& config_data,
const QString& long_name,
65 const QString& short_name,
bool add_ok_cancel =
true);
68 void setAvailable(
const std::vector<std::string>& items);
71 void setSelected(
const std::vector<std::string>& items);
76 void setTable(
const std::vector<std::string>& items, QTableWidget* table);
108 void previewSelectedLeft(
const QItemSelection& selected,
const QItemSelection& deselected);