#include "qtbc.h"
#include <qlist.h>
#include <qgstring.h>
Go to the source code of this file.
Classes | |
struct | ListItemInfo |
struct | BaseInfo |
This class stores information about an inheritance relation. More... | |
struct | Argument |
This class contains the information about the argument of a function or template. More... | |
class | ArgumentList |
This class represents an function or template argument list. More... | |
struct | TagInfo |
This struct is used to capture the tag file information for an Entry. More... | |
struct | Grouping |
class | Entry |
Represents an unstructured piece of information, about an entity found in the sources. More... | |
class | EntryNav |
Typedefs | |
typedef QListIterator< Argument > | ArgumentListIterator |
typedef QList< Entry > | EntryList |
typedef QListIterator< Entry > | EntryListIterator |
typedef QList< EntryNav > | EntryNavList |
typedef QListIterator< EntryNav > | EntryNavListIterator |
Enumerations | |
enum | Protection { Public, Protected, Private, Package } |
enum | Specifier { Normal, Virtual, Pure } |
enum | MethodTypes { Method, Signal, Slot, DCOP, Property, Event } |
typedef QListIterator<Argument> ArgumentListIterator |
typedef QListIterator<Entry> EntryListIterator |
typedef QList<EntryNav> EntryNavList |
typedef QListIterator<EntryNav> EntryNavListIterator |
enum MethodTypes |
enum Protection |