[umbrello] [Bug 73847] support for UML tagged values

Oliver Kellogg bugzilla_noreply at kde.org
Mon Dec 21 23:37:17 GMT 2020


https://bugs.kde.org/show_bug.cgi?id=73847

--- Comment #30 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
Git commit f0779b7aa6593bacbcf26e60c5da8ac83affe1b9 by Oliver Kellogg.
Committed on 17/10/2020 at 21:11.
Pushed by okellogg into branch 'master'.

umbrello/dialogs/dialog_utils.{h,cpp}
- New function makeTagEditFields creates labeled edit fields for
  stereotype tags.
  The label/line-edit pairs are arranged horizontally on the same row.
  The label texts are taken from the AttributeDefs of the object's
  UMLStereotype.
- New function remakeTagEditFields recreates labeled edit fields for
  stereotype tags.  This means that the existing label/line-edit pairs
  are deleted and new ones are created afresh.
  It is intended for use when the object's stereotype has changed.
  The label/line-edit pairs are arranged horizontally on the same row.
  The label texts are taken from the AttributeDefs of the object's
  UMLStereotype.
- New function updateTagsFromEditFields updates the stereotype tag
  values of the given UMLObject from the corresponding values in the
  given array of KLineEdit widgets.
  This is useful as the action in the slot method when the Apply or
  OK button is pressed.

M  +98   -0    umbrello/dialogs/dialog_utils.cpp
M  +15   -0    umbrello/dialogs/dialog_utils.h

https://invent.kde.org/sdk/umbrello/commit/f0779b7aa6593bacbcf26e60c5da8ac83affe1b9

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list