Go to the documentation of this file.
25 #include <RobotAPI/interface/core/RobotState.h>
29 #include <QFileDialog>
35 class PriorEditorConfigDialog;
52 Ui::PriorEditorConfigDialog* ui;
53 QFileDialog* fileDialog;
68 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)