kdevplatform/language/codegen
codedescription.h
VariableDescriptionList members
List of all member variables in this class.
Definition: codedescription.h:245
bool isOverriding
Specifies whether this function overrides a virtual method of a base class.
Definition: codedescription.h:161
QVariant fromValue(const T &value)
bool isAbstract
Specifies whether this function is abstract and needs to be overridden by subclasses.
Definition: codedescription.h:157
bool isDestructor
Specifies whether this function is a class destructor.
Definition: codedescription.h:149
bool isStatic
Specifies whether this function is static and can be called without a class instance.
Definition: codedescription.h:169
QVector< VariableDescription > returnArguments
This function's return values.
Definition: codedescription.h:134
QVariant toVariantList(const QVector< T > &list)
Definition: codedescription.h:253
FunctionDescriptionList methods
List of all member functions (methods) in this class.
Definition: codedescription.h:249
Q_DECLARE_TYPEINFO(KDevelop::VariableDescription, Q_MOVABLE_TYPE)
bool isVirtual
Specifies whether this function is virtual and can be overridden by subclasses.
Definition: codedescription.h:153
NOTE: changes in this file will quite probably also require changes in codedescriptionmetatype....
Definition: applychangeswidget.cpp:42
int size() const
bool isFinal
Specifies whether this function is final and cannot be overridden by subclasses.
Definition: codedescription.h:165
bool isConstructor
Specifies whether this function is a class constructor.
Definition: codedescription.h:145
InheritanceDescriptionList baseClasses
List of base classes (classes from which this one inherits) as well as inheritance types.
Definition: codedescription.h:241
QVector< VariableDescription > arguments
This function's input arguments.
Definition: codedescription.h:130
Description of an inheritance relation.
Definition: codedescription.h:192
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sat Jan 23 2021 09:40:47 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sat Jan 23 2021 09:40:47 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.