kopete/libkopete
Kopete::Properties::PropertyData Struct Reference
#include <kopeteproperties.h>
Inheritance diagram for Kopete::Properties::PropertyData:
Public Member Functions | |
virtual | ~PropertyData () |
Detailed Description
Base class for property data objects.
Some property objects want to store property-specific data in their parent objects. To support that, subclasses of this class are permitted to be stored. Once passed to the PropertyStorage object via PropertyStorage::setCustomPropertyData, the PropertyStorage object owns the PropertyData, and will delete it when it is no longer needed.
Definition at line 110 of file kopeteproperties.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Definition at line 112 of file kopeteproperties.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.