[Bug 66825] New: class browser and structures
Sven Schmidt
sschmidt at physik.uni-bremen.de
Wed Oct 29 12:50:06 UTC 2003
------- 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=66825
Summary: class browser and structures
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: sschmidt at physik.uni-bremen.de
Version: (using KDE KDE 3.1.3)
Installed from: Compiled From Sources
Compiler: gcc 3.3(prerelease) SuSE 8.2
OS: Linux
The class browser lists structures defined like this
//Enthält die Farbwerte, die durch den verbotenen Energie-Bereich im Kepler-Jacobi-Potential übermalt sind.
typedef struct
{
//Übermalen oder nicht
int f;
//RGB-Werte des Punktes
int r;
int g;
int b;
}RGB_STR;
like (global_5).
It would be nice, if it could be the name of the structure.
Thanks, Sven Schmidt
More information about the KDevelop-devel
mailing list