Bug 34786

Summary: graphical classview does not show virtual derivations
Product: [Applications] kdevelop Reporter: petra
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 2.0.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

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.