Convert IntEnum && list #elements && list conv fix
Implement IntEnum parsing by both value and string name. The String name is hadled first. Also added a feature which displays the contained number of children at the otherwise empty value field for lists. Fixed a bug, where the converter visitor sometimes didn't get called with the visit() method. Also AronTreeWidgetConverter recursively called itself when listTypes were involved.
parent
da8edb15
No related branches found
No related tags found
Showing
- source/RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/AronTreeWidgetController.cpp 7 additions, 5 deletions...ManagerPlugin/aronTreeWidget/AronTreeWidgetController.cpp
- source/RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/visitors/AronTreeWidgetContextMenu.cpp 45 additions, 0 deletions...gin/aronTreeWidget/visitors/AronTreeWidgetContextMenu.cpp
- source/RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/visitors/AronTreeWidgetContextMenu.h 14 additions, 7 deletions...lugin/aronTreeWidget/visitors/AronTreeWidgetContextMenu.h
- source/RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/visitors/AronTreeWidgetConverter.cpp 43 additions, 2 deletions...lugin/aronTreeWidget/visitors/AronTreeWidgetConverter.cpp
- source/RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/visitors/AronTreeWidgetSetter.cpp 9 additions, 0 deletions...erPlugin/aronTreeWidget/visitors/AronTreeWidgetSetter.cpp
Loading
Please register or sign in to comment