Revision a113a1b...

Go back to digest for 18th May 2014

Features in Office

Oliver Kellogg committed changes in [umbrello] /:

(In reply to comment #11)
> handleControlledUnit(): New. To be fleshed out Real Soon Now.
Real Soon Now has turned into 7 years...

umbrello/petaltree2uml.{h,cpp}
- Start fleshing out function handleControlledUnit - tested so far only
using .cat file, not .sub file.
- Remove duplicated function names in texts at uDebug() / uError()
- At function petalTree2Uml add optional bool argument requireDesign
defaulting to true. If requireDesign is false then:
- Do not check for root->name() == "Design"
- Do not attempt root->findAttribute("root_category"); instead, set
root_category to root directly.
- Do not call umldoc->setCurrentRoot(), the current root was already set
by the loadFromMDL call on the .mdl file (with requireDesign = true.)
- Do not call importView() for the UseCase, Component, or Deployment view.

umbrello/import_rose.{h,cpp}
- At function loadFromMDL add optional bool argument requireDesign
defaulting to true. Pass requireDesign into call to petalTree2Uml.

File Changes

Modified 4 files
  •   umbrello/import_rose.cpp
  •   umbrello/import_rose.h
  •   umbrello/petaltree2uml.cpp
  •   umbrello/petaltree2uml.h
4 files changed in total