Bug 97984 - Templates works for classes, but not for interfaces
Summary: Templates works for classes, but not for interfaces
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Oliver Kellogg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-27 09:42 UTC by Nicolas Dumoulin
Modified: 2005-01-27 20:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Dumoulin 2005-01-27 09:42:16 UTC
Version:           1.2.2 (using KDE KDE 3.2.3)
Installed from:    Mandrake RPMs
OS:                Linux

Templates classes are supported (http://bugs.kde.org/show_bug.cgi?id=53367)

But it isn't possible to parametrize interface in umbrello.
Comment 1 Oliver Kellogg 2005-01-27 20:25:45 UTC
CVS commit by okellogg: 

ClassifierWidget::calculateTemplatesBoxSize(): Moved here from ClassWidget.
ClassifierWidget::draw(): New. Factors common parts from {Class,Interface}Widget::draw().
BUG:97984


  M +1 -1      ChangeLog   1.61
  M +78 -0     umbrello/classifierwidget.cpp   1.8
  M +16 -0     umbrello/classifierwidget.h   1.8
  M +12 -85    umbrello/classwidget.cpp   1.39
  M +0 -8      umbrello/classwidget.h   1.17
  M +21 -17    umbrello/interfacewidget.cpp   1.32
  M +1 -0      umbrello/listpopupmenu.cpp   1.63
  M +3 -6      umbrello/umllistview.cpp   1.146