kdevplatform/language/codegen
codedescription.cpp
Go to the documentation of this file.
42 DUChainPointer<ClassMemberDeclaration> member = declaration.dynamicCast<ClassMemberDeclaration>();
88 FunctionDescription::FunctionDescription(const QString& name, const VariableDescriptionList& arguments,
QString accessPolicyName(const DeclarationPointer &declaration)
The access policy as a string, or an empty string if the policy is set to default.
Definition: codedescription.cpp:40
bool isEmpty() const
FunctionDescription()
Creates a function with no name and no arguments.
Definition: codedescription.cpp:83
T & first()
QVector< VariableDescription > returnArguments
This function's return values.
Definition: codedescription.h:134
NOTE: changes in this file will quite probably also require changes in codedescriptionmetatype....
Definition: applychangeswidget.cpp:42
bool isConstructor
Specifies whether this function is a class constructor.
Definition: codedescription.h:145
QString returnType() const
Convenience method, returns the type of the first variable in returnArguments or an empty string if t...
Definition: codedescription.cpp:158
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Mar 8 2021 23:29:45 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Mar 8 2021 23:29:45 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.