Go to the documentation of this file.
2 #include <RobotAPI/gui-plugins/ViewSelection/ui_ViewSelectionConfigDialog.h>
4 #include <RobotAPI/interface/components/ViewSelectionInterface.h>
8 #include <IceUtil/UUID.h>
18 ui->buttonBox->button(QDialogButtonBox::Ok)->setDefault(
true);
19 connect(ui->buttonBox, SIGNAL(accepted()),
this, SLOT(
verifyConfig()));
43 QObject::disconnect();
48 return "ViewSelectionConfigDialog" + uuid;
56 QMessageBox::critical(
this,
"Invalid Configuration",
"The proxy names must not be empty");
IceManagerPtr getIceManager() const
Returns the IceManager.
void setSearchMask(const QString &searchMask)
void setIceManager(IceManagerPtr icemanager, bool fetchProxies=true)
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override
Retrieve default name of component.
void onConnectComponent() override
Pure virtual hook for the subclass.
ViewSelectionConfigDialog(QWidget *parent=0)
QString getSelectedProxyName() const
~ViewSelectionConfigDialog() override
This file offers overloads of toIce() and fromIce() functions for STL container types.
void onInitComponent() override
Pure virtual hook for the subclass.