kdevplatform/language/codegen
utilities.cpp
Go to the documentation of this file.
59 qCDebug(LANGUAGE) << "Looking for implementation file for class:" << targetClass.identifier().toString();
89 for (auto it = implementationsInFile.constBegin(), end = implementationsInFile.constEnd(); it != end; ++it) {
const_iterator constBegin() const
bool empty() const
int size() const
iterator end()
State validate(QString &input, int &) const override
Definition: utilities.cpp:43
~IdentifierValidator() override
Definition: utilities.cpp:39
const_iterator constEnd() const
QList< T > values() const
QMap< Key, T >::iterator insert(const Key &key, const T &value)
T & back()
const Key key(const T &value) const
IndexedString fetchImplementationFileForClass(const Declaration &targetClass)
Search for the file that contains the implementation of a specified type.
Definition: utilities.cpp:56
NOTE: changes in this file will quite probably also require changes in codedescriptionmetatype....
Definition: applychangeswidget.cpp:42
IdentifierValidator(DUContext *context)
Definition: utilities.cpp:34
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sat Jan 16 2021 23:35:01 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Sat Jan 16 2021 23:35:01 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.