|
This tab allows to change the simox attributes of an objectclass entity. More...
#include <MemoryX/gui-plugins/PriorMemoryEditor/ObjectClassEditDialog/ManipulationAttributesEditTab.h>
Public Slots | |
void | collisionFileSelected () |
void | editGrasps () |
void | manipulationFileSelected () |
void | update () |
void | visuFileSelected () |
Public Member Functions | |
ManipulationAttributesEditTab (armarx::RobotStateComponentInterfacePrx robotStateComponent, QWidget *parent=0) | |
void | updateEntity (const EntityPtr &entity, std::string filesDBName) override |
Pure virtual method. More... | |
void | updateGui (const EntityPtr &entity) override |
Pure virtual method. More... | |
~ManipulationAttributesEditTab () override | |
Public Member Functions inherited from EntityAttributesEditTab | |
EntityAttributesEditTab (QWidget *parent=0) | |
This tab allows to change the simox attributes of an objectclass entity.
Definition at line 41 of file ManipulationAttributesEditTab.h.
|
explicit |
Definition at line 39 of file ManipulationAttributesEditTab.cpp.
|
override |
Definition at line 77 of file ManipulationAttributesEditTab.cpp.
|
slot |
Definition at line 134 of file ManipulationAttributesEditTab.cpp.
|
slot |
Definition at line 139 of file ManipulationAttributesEditTab.cpp.
|
slot |
Definition at line 124 of file ManipulationAttributesEditTab.cpp.
|
slot |
Definition at line 184 of file ManipulationAttributesEditTab.cpp.
|
overridevirtual |
Pure virtual method.
Implement this in order to update the entity with information edited in the gui
entity | the entity to update |
Implements EntityAttributesEditTab.
Definition at line 99 of file ManipulationAttributesEditTab.cpp.
|
overridevirtual |
Pure virtual method.
Implement this in order to update the dialog with the information contained in the entity provided as parameter.
entity | the entity used for updating the Gui |
Implements EntityAttributesEditTab.
Definition at line 82 of file ManipulationAttributesEditTab.cpp.
|
slot |
Definition at line 129 of file ManipulationAttributesEditTab.cpp.