32#include <RobotAPI/interface/core/RobotState.h>
36 class PriorEditorConfigDialog;
53 Ui::PriorEditorConfigDialog* ui;
54 QFileDialog* fileDialog;
74 return "PriorEditorConfigDialog" + uuid;
Widget to conveniently retrieve a proxy instance name of a specific interface type (the template para...
The ManagedIceObject is the base class for all ArmarX objects.
IceManagerPtr getIceManager() const
Returns the IceManager.
void onInitComponent() override
Pure virtual hook for the subclass.
~PriorEditorConfigDialog() override
friend class PriorEditorController
void onConnectComponent() override
Pure virtual hook for the subclass.
PriorEditorConfigDialog(armarx::IceManagerPtr iceManager, QWidget *parent=0)
std::string getDefaultName() const override
Retrieve default name of component.
IceUtil::Handle< IceManager > IceManagerPtr
IceManager smart pointer.