kdevplatform/language/backgroundparser
KDevelop::ParseProjectJob Class Reference
#include <parseprojectjob.h>
Inheritance diagram for KDevelop::ParseProjectJob:

Public Member Functions | |
ParseProjectJob (KDevelop::IProject *project, bool forceUpdate=false, bool parseAllProjectSources=false) | |
~ParseProjectJob () override | |
bool | doKill () override |
void | start () override |
Detailed Description
A job that parses currently open files that belong to the given project, or all files that belong to the project if the parseAllProjectSources argument is true.
Definition at line 34 of file parseprojectjob.h.
Constructor & Destructor Documentation
◆ ParseProjectJob()
|
explicit |
Definition at line 65 of file parseprojectjob.cpp.
◆ ~ParseProjectJob()
|
overridedefault |
Member Function Documentation
◆ doKill()
|
override |
Definition at line 56 of file parseprojectjob.cpp.
◆ start()
|
override |
Definition at line 103 of file parseprojectjob.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Mar 8 2021 23:29:35 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:35 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.