Syndication
property.cpp
a property is node type that represents properties of things, like "name" is a property of a person,...
Definition: property.h:31
Visitor interface, following the Visitor design pattern.
Definition: nodevisitor.h:41
virtual bool visitProperty(PropertyPtr property)
reimplement this method to handle properties.
Definition: nodevisitor.cpp:39
void accept(NodeVisitor *visitor, NodePtr ptr) override
Used by visitors for double dispatch.
Definition: property.cpp:34
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 2 2023 03:51:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 2 2023 03:51:47 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.