Hello

The functionality described below might be there (as the concept is already 
used in autocompletion), but I seem to not see it.

Anyways, I'm missing a way of seeing (in a left-hand panel, for example) all 
the methods of a class, including those inherited from parent classes. Doxygen 
and qtdoc provide this useful info too.

I.e., given

struct A {
  void foo();
}

struct ChildOfA: public A {
  void bar();
}

I would like to be able to get somewhere in the interface a list like

ChildOfA::bar()
ChildOfA::foo() (from A);

Or some meaningful variant.

Is this possible already?

Thanks a lot.
-- 
Cristian Tibirna
KDE developer .. [email protected] .. http://www.kde.org
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to