kdevelop/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
|
virtual |
Definition at line 26 of file iprojectfilter.cpp.
Member Function Documentation
|
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-2019 The KDE developers.
Generated on Thu Dec 12 2019 03:34:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 03:34:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.