KPropertySelector
KPropertySelector Class Referenceabstract
#include <KPropertySet.h>
Public Member Functions | |
virtual KPropertySelector * | clone () const =0 |
virtual bool | operator() (const KProperty &prop) const =0 |
Detailed Description
An interface for functor selecting properties.
Used in Iterator.
Definition at line 35 of file KPropertySet.h.
Constructor & Destructor Documentation
◆ KPropertySelector()
KPropertySelector::KPropertySelector | ( | ) |
Definition at line 236 of file KPropertySet.cpp.
◆ ~KPropertySelector()
|
virtual |
Definition at line 240 of file KPropertySet.cpp.
Member Function Documentation
◆ clone()
|
pure virtual |
Creates a deep copy of the selector.
Required for proper usage of the selector.
◆ operator()()
|
pure virtual |
An operator implementing the functor.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:12:37 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:12:37 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.