Lumiera
0.pre.03
»edit your freedom«
|
The basic element-tracking mechanism uses a simple (vector based) registry, which stores a smart-ptr. Thus the elements need to be created by a factory. In case of Timeline / Sequence, the asset::StructFactory will take on this role. The integration test creates a Timeline (facade asset) and verifies proper registration and deregistration.
Definition at line 113 of file session-element-tracker-test.cpp.
Private Member Functions | |
virtual void | run (Arg) |
void | verify_cleanup (PTimeline const &aTimeline_in_session) |
void | verify_integration () |
void | verify_trackingMechanism () |
|
inlineprivate |
Definition at line 218 of file session-element-tracker-test.cpp.