[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-devel
Subject:    [Bug 47841] New: global structure does not display all elements in the Class tools
From:       bugzilla () kde ! org
Date:       2002-09-13 23:33:32
[Download RAW message or body]

------- 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@barney.cs.uni-potsdam.de
        ReportedBy: ctaylor2@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

_______________________________________________
Kdevelop-devel mailing list
Kdevelop-devel@barney.cs.uni-potsdam.de
http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic