KPropertySelector

Search for usage in LXR

KPropertySelector Class Referenceabstract

#include <KPropertySet.h>

Public Member Functions

virtual KPropertySelectorclone () 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()

KPropertySelector::~KPropertySelector ( )
virtual

Definition at line 240 of file KPropertySet.cpp.

Member Function Documentation

◆ clone()

virtual KPropertySelector * KPropertySelector::clone ( ) const
pure virtual

Creates a deep copy of the selector.

Required for proper usage of the selector.

◆ operator()()

virtual bool KPropertySelector::operator() ( const KProperty & prop) const
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 Tue Mar 26 2024 11:15:40 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.