Bug 34786 - graphical classview does not show virtual derivations
Summary: graphical classview does not show virtual derivations
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.0.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-11 15:33 UTC by petra
Modified: 2003-01-01 04:18 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 petra 2001-11-11 15:19:44 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           2.0.1 (using KDE 2.2.1 )
Severity:          normal
Installed from:    SuSE
Compiler:          gcc version 2.95.2 19991024 (release)
OS:                Linux (i686) release 2.2.19
OS/Compiler notes: 

The relationship of virtually derivated classes is not recognized in the graphical
class viewer. 

e.g.:

class A { ... };
class B : virtual public A { ... };

the two classes stand alone each in its own line





(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Caleb Tennis 2002-10-09 21:48:41 UTC
Still a bug in Gideon. 
Comment 2 Caleb Tennis 2003-01-01 04:18:26 UTC
After thinking about this, it seems to me like this is logical behavior.  I 
suppose another alternative would be to nest the classes in the tree view, but 
then why wouldn't that be done for all relationships, not just virtual.  In 
the mean time, the Classtools part shows class relationships.