Go to the documentation of this file.
26 #include <QFileDialog>
32 #include <RobotAPI/interface/core/RobotState.h>
36 class PriorEditorConfigDialog;
53 Ui::PriorEditorConfigDialog* ui;
54 QFileDialog* fileDialog;
74 return "PriorEditorConfigDialog" + uuid;
IceManagerPtr getIceManager() const
Returns the IceManager.
void onConnectComponent() override
Pure virtual hook for the subclass.
void onInitComponent() override
Pure virtual hook for the subclass.
std::string getDefaultName() const override
Retrieve default name of component.
The ManagedIceObject is the base class for all ArmarX objects.
~PriorEditorConfigDialog() override
This widget allows to view and edit data entries in the prior memory.
PriorEditorConfigDialog(armarx::IceManagerPtr iceManager, QWidget *parent=0)