 |
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
55 OGDF_DEPRECATED(
"calls registrationChanged with only partially-constructed child classes, "
56 "see copy constructor of Observer for fix")
66 virtual void hypernodeDeleted(
hypernode v) = 0;
69 virtual void hypernodeAdded(
hypernode v) = 0;
72 virtual void hyperedgeDeleted(
hyperedge e) = 0;
75 virtual void hyperedgeAdded(
hyperedge e) = 0;
78 virtual void cleared() = 0;
The namespace for all OGDF objects.
#define OGDF_DEPRECATED(reason)
Mark a class / member / function as deprecated.
Simple, safe base classes for C++ observables and observers.
Class for the representation of hyperedges.
Declaration and a partial implementation of a Hypergraph class partly based on the original classes f...
const Hypergraph * hypergraph() const
Returns the observer hypergraph.
Base class for an observer for a single Observable object.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...
Class for the representation of hypernodes.