-
- Downloads
Impl. EditText widget for Matrix
- New Widget which contains an edittext for each matrix element - self-contained parsing on changes for error highlighting - moved onTreeWidgetItemDoubleClicked and onTreeWidgetItemChanged to AronTreeWidgetController.h, these GUI actions only concern the Tree widget details, not however the full scope in SkillManagerMonitorWidgetController.h - in AronTreeWidgetCreator.h: createSimpleTreeViewWidget() now called insertNewTreeViewWidget(). It also directly adds the created widget to the parent, has control flow reasons to add it directly. (otherwise we cannot directly overlay custom widgets inside the AronTreeWidgetCreatorVisitor) -
Showing
- source/RobotAPI/gui-plugins/SkillManagerPlugin/CMakeLists.txt 2 additions, 0 deletions...ce/RobotAPI/gui-plugins/SkillManagerPlugin/CMakeLists.txt
- source/RobotAPI/gui-plugins/SkillManagerPlugin/SkillManagerMonitorWidgetController.cpp 1 addition, 61 deletions...killManagerPlugin/SkillManagerMonitorWidgetController.cpp
- source/RobotAPI/gui-plugins/SkillManagerPlugin/SkillManagerMonitorWidgetController.h 8 additions, 11 deletions.../SkillManagerPlugin/SkillManagerMonitorWidgetController.h
- source/RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/AronTreeWidgetController.cpp 82 additions, 20 deletions...ManagerPlugin/aronTreeWidget/AronTreeWidgetController.cpp
- source/RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/AronTreeWidgetController.h 15 additions, 7 deletions...llManagerPlugin/aronTreeWidget/AronTreeWidgetController.h
- source/RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/EditMatrixWidget.cpp 146 additions, 0 deletions...ns/SkillManagerPlugin/aronTreeWidget/EditMatrixWidget.cpp
- source/RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/EditMatrixWidget.h 46 additions, 0 deletions...gins/SkillManagerPlugin/aronTreeWidget/EditMatrixWidget.h
- source/RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/visitors/AronTreeWidgetContextMenu.cpp 0 additions, 2 deletions...gin/aronTreeWidget/visitors/AronTreeWidgetContextMenu.cpp
- source/RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/visitors/AronTreeWidgetCreator.cpp 30 additions, 23 deletions...rPlugin/aronTreeWidget/visitors/AronTreeWidgetCreator.cpp
- source/RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/visitors/AronTreeWidgetCreator.h 11 additions, 8 deletions...gerPlugin/aronTreeWidget/visitors/AronTreeWidgetCreator.h
- source/RobotAPI/gui-plugins/SkillManagerPlugin/aronTreeWidget/visitors/AronTreeWidgetSetter.cpp 10 additions, 19 deletions...erPlugin/aronTreeWidget/visitors/AronTreeWidgetSetter.cpp
Loading
Please register or sign in to comment