30#include <QTableWidget>
37 motionPlanningServerProxyName{
"MotionPlanningServer"}
41 widget.verticalLayout->addWidget(taskList);
47 motionPlanningServerProxyName =
49 ->value(
"motionPlanningServerProxyName",
50 QString::fromStdString(motionPlanningServerProxyName))
58 settings->setValue(
"motionPlanningServerProxyName",
59 QString::fromStdString(motionPlanningServerProxyName));
71 taskList->setMotionPlanningServer(
73 taskList->enableAutoUpdate(
true);
79 taskList->clearList();
80 taskList->setMotionPlanningServer(
nullptr);
81 taskList->enableAutoUpdate(
false);
92 return qobject_cast<MotionPlanningServerConfigDialog*>(dialog);
98 motionPlanningServerProxyName = dialog->finder->getSelectedProxyName().toStdString();
bool usingProxy(const std::string &name, const std::string &endpoints="")
Registers a proxy for retrieval after initialization and adds it to the dependency list.
Ice::ObjectPrx getProxy(long timeoutMs=0, bool waitForScheduler=true) const
Returns the proxy of this object (optionally it waits for the proxy)
The config dialog of the palnning server gui.
This file offers overloads of toIce() and fromIce() functions for STL container types.