6#include <IceUtil/UUID.h>
8#include <RobotAPI/gui-plugins/ViewSelection/ui_ViewSelectionConfigDialog.h>
9#include <RobotAPI/interface/components/ViewSelectionInterface.h>
17 ui->buttonBox->button(QDialogButtonBox::Ok)->setDefault(
true);
18 connect(ui->buttonBox, SIGNAL(accepted()),
this, SLOT(
verifyConfig()));
21 viewSelectionProxyFinder->setSearchMask(
"*ViewSelection");
44 QObject::disconnect();
50 return "ViewSelectionConfigDialog" + uuid;
57 if (!viewSelectionProxyFinder->getSelectedProxyName().trimmed().length())
59 QMessageBox::critical(
this,
"Invalid Configuration",
"The proxy names must not be empty");
void onInitComponent() override
Pure virtual hook for the subclass.
~ViewSelectionConfigDialog() override
void onConnectComponent() override
Pure virtual hook for the subclass.
ViewSelectionConfigDialog(QWidget *parent=0)
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override
Retrieve default name of component.
Widget to conveniently retrieve a proxy instance name of a specific interface type (the template para...
IceManagerPtr getIceManager() const
Returns the IceManager.
This file offers overloads of toIce() and fromIce() functions for STL container types.