First releasable version of the port of class browser to the code model.
commitfb356be03d497d6d5b8d8ec53388734ea282a3c9
authorrodda <rodda@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Fri, 12 Sep 2008 01:36:25 +0000 (12 01:36 +0000)
committerrodda <rodda@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Fri, 12 Sep 2008 01:36:25 +0000 (12 01:36 +0000)
tree657e7f2bc515671ea4eda148b753d400a637b2b6
parent4645cfa9fba1f02794aaa15f5067c2d39ea3ecd7
First releasable version of the port of class browser to the code model.

Working:
- namespace, class, function, variable display
- sorting

Not working:
- doesn't show declarations from non-project files
- doesn't update
- shows forward declarations, even though there is code to ignore them (David, is CodeModelItem::ForwardDeclaration used?)

git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/KDE/kdevplatform@860104 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
plugins/classbrowser/classmodel.cpp
plugins/classbrowser/classmodel.h
plugins/classbrowser/classtree.cpp