parsed*.h ?
Daniel Franke
daniel.franke at imbs.uni-luebeck.de
Mon Apr 26 01:51:03 UTC 2004
Hi all!
I had a look at parts/classview, more or less out of interest (#61757).
While I tried to figure out which Item's which, I found references to
"ParsedClass", "ParsedMethod" and others. Most likely they are defined in
their corresponding headers:
-- parts/classview/classtreebase.h --
#include "parseditem.h"
#include "parsedscopecontainer.h"
#include "parsedclass.h"
#include "parsedmethod.h"
#include "parsedattribute.h"
#include "parsedscript.h"
--
... but I cant' find those files. I checked out CVS the day before
yesterday, kdevelop compiled without complaints, nevertheless:
--
$> find /usr/src/kdevelop-cvs/kdevelop/ -name parsedclass.h
$> find /usr/local/kde3/include/ -name parsedclass.h
$> find /usr/local/qt3/include/ -name parsedclass.h
$> find /usr/include/ -name parsedclass.h
$> find / -name parsedclass.h
--
Also failed:
--
http://ng-project.org/~kdevelop/apidocs/html/search.php?query=parsedclass.h
--
Searching for "ParsedClass" only reveals its usage, not its declaration.
Google lists which files include "parsedclass.h" - but not the file itself.
I'm lost. Those files don't seem to be anywhere? If anyone knows where to
look for them - please, let me know.
I really feel dumb to have to ask this :(
Daniel
More information about the KDevelop-devel
mailing list