[Bug 47841] New: global structure does not display all elements in the Class tools

bugzilla at kde.org bugzilla at kde.org
Sat Sep 14 01:34:02 UTC 2002


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
  
http://bugs.kde.org/show_bug.cgi?id=47841  
           Summary: global structure does not display all elements in the
                    Class tools
           Product: kdevelop
           Version: 2.1
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at barney.cs.uni-potsdam.de
        ReportedBy: ctaylor2 at carolina.rr.com


Version:           2.1 (using KDE 3.0.0)
Compiler:          gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)
OS:          Linux (i686) release 2.4.18-10

I created a self-referencing structure

typedef struct link{
    struct link* thousands;
    struct link* hundreds;
    struct link* tens;
    struct link* ones;
    struct link* nextLink;
    node* nodePtr;
} linkList;
In the global class tool the structure only
displays as a structure element nodePtr.  Use
of the structure in the program works fine.  A
elements compile and reference correctly.  The
popup list of elements in the editor also does
not display the missing elements




More information about the KDevelop-devel mailing list