Lumiera  0.pre.03
»edit your freedom«
DiffMutable Class Referenceabstract

#include "lib/diff/diff-mutable.hpp"

Description

Marker or capability interface: an otherwise not further disclosed data structure, which can be transformed through "tree diff messages".

Definition at line 75 of file diff-mutable.hpp.

Public Member Functions

virtual ~DiffMutable ()
 this is an interface
 
virtual void buildMutator (TreeMutator::Handle buffer)=0
 build a custom implementation of the TreeMutator interface, suitably wired to cause appropriate changes to the opaque data structure, in accordance to the semantics of the tree diff language. More...
 

Member Function Documentation

◆ buildMutator()

virtual void buildMutator ( TreeMutator::Handle  buffer)
pure virtual

build a custom implementation of the TreeMutator interface, suitably wired to cause appropriate changes to the opaque data structure, in accordance to the semantics of the tree diff language.

Parameters
buffera buffer handle, which can be used to placement-construct

Implemented in TrackPresenter, Tangible, MockElm, TreeDiffTraits< TAR, enable_if< exposes_MutatorBuilder< TAR > > >::Wrapper, ClipPresenter, InteractionDirector, DiffTreeMutationListener_test, TimelineController, TimelineGui, RulerTrack, NotificationHub, AssetController, and MarkerWidget.

Referenced by DiffMutable::~DiffMutable().

+ Here is the caller graph for this function:
+ Inheritance diagram for DiffMutable:
+ Collaboration diagram for DiffMutable:

The documentation for this class was generated from the following file: