kdevelop/kdevplatform/language/codegen
codedescription.h
Go to the documentation of this file.
QVector< InheritanceDescription > InheritanceDescriptionList
List of inheritance descriptions.
Definition: codedescription.h:213
InheritanceDescriptionList baseClasses
List of base classes (classes from which this one inherits) as well as inheritance types...
Definition: codedescription.h:241
QVector< VariableDescription > returnArguments
This function's return values.
Definition: codedescription.h:134
QVector< VariableDescription > arguments
This function's input arguments.
Definition: codedescription.h:130
QVector< FunctionDescription > FunctionDescriptionList
List of function descriptions.
Definition: codedescription.h:187
QVector< VariableDescription > VariableDescriptionList
List of variable descriptions.
Definition: codedescription.h:86
VariableDescriptionList members
List of all member variables in this class.
Definition: codedescription.h:245
Q_DECLARE_TYPEINFO(KDevelop::VariableDescription, Q_MOVABLE_TYPE)
Description of an inheritance relation.
Definition: codedescription.h:192
QVariant fromValue(const T &value)
FunctionDescriptionList methods
List of all member functions (methods) in this class.
Definition: codedescription.h:249
QVariant toVariantList(const QVector< T > &list)
Definition: codedescription.h:253
int size() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 03:33:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 03:33:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.