kdevplatform/project
KDevelop::IProjectFilter Class Referenceabstract
#include <iprojectfilter.h>
Public Member Functions | |
virtual | ~IProjectFilter () |
virtual bool | isValid (const Path &path, bool isFolder) const =0 |
Detailed Description
The actual project filter object.
Instances of this class should allow threadsafe filtering of project contents.
Definition at line 39 of file iprojectfilter.h.
Constructor & Destructor Documentation
◆ ~IProjectFilter()
|
virtual |
Definition at line 26 of file iprojectfilter.cpp.
Member Function Documentation
◆ isValid()
|
pure virtual |
Check whether the given path
should be included in a project.
- Parameters
-
path is the path that you want to be checked. isFolder distinguishes between files and folders.
- Returns
- true when the given path should be included in the project, false otherwise, i.e. when the path should be hidden.
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 Fri Apr 16 2021 23:30:40 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Fri Apr 16 2021 23:30:40 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.