kopete/libkopete
Kopete::Properties::DataProperty< Parent, Type, Data > Class Template Reference
#include <kopeteproperties.h>
Inheritance diagram for Kopete::Properties::DataProperty< Parent, Type, Data >:

Public Member Functions | |
| Data * | data (const Parent *c) const |
Public Member Functions inherited from Kopete::Properties::Property< Parent, Type > | |
| virtual Type | get (const Parent *parent) const =0 |
| virtual void | set (Parent *, const Type &) const =0 |
Public Member Functions inherited from Kopete::Properties::PropertyBase< Parent > | |
| virtual const QByteArray & | name () const =0 |
Detailed Description
template<class Parent, typename Type, class Data>
class Kopete::Properties::DataProperty< Parent, Type, Data >
Convenience implementation of a Property that stores PropertyData.
A property for objects of type Parent, that stores data in the class Data. Data must be derived from PropertyBase, or your code will not compile.
Definition at line 247 of file kopeteproperties.h.
Member Function Documentation
template<class Parent, typename Type, class Data>
|
inline |
Definition at line 250 of file kopeteproperties.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from