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

--- Comment #27 from Ralf Habacker <ralf.habac...@freenet.de> ---
(In reply to Ralf Habacker from comment #18)
> > and what changes I need to do the cppcodegen(if is necessary).
> From UMLAttributeDialog::apply() i can see that at last there is used
> UMLClassifierListItem::setType(UMLObject *type) and the counterpart is
> UMLClassifier * getType()

Sorry, the related methods are all in UMLClassifierListItem
   virtual void setType(UMLObject *type);
    UMLClassifier * getType() const;

and the returned type is an UMLClassifier, so it looks that all types are based
on UMLClassifier with an object type like ot_Datatype. See also
Object_Factory::createNewUMLObject()

How new types to a class attribute are created see
UMLDatatypeWidget::applyAttribute(), for operations
UMLDatatypeWidget::applyOperation() and so one.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to