LUMIERA.clone/src/proc/mobject/session
2009-12-29 04:30:11 +01:00
..
abstractmo.cpp
abstractmo.hpp extract dummy MObject hierarchy for unit tests 2009-05-29 22:12:12 +02:00
allocation.cpp
allocation.hpp
auto.cpp
auto.hpp
binding.cpp add new kind of MObject (Binding) to express special scopes 2009-05-21 04:06:36 +02:00
binding.hpp add new kind of MObject (Binding) to express special scopes 2009-05-21 04:06:36 +02:00
clip.cpp Merge backend and testsuite improvements 2009-06-19 01:19:20 +02:00
clip.hpp fix indentation 2009-06-06 23:58:44 +02:00
compoundclip.cpp
compoundclip.hpp
constraint.cpp
constraint.hpp
defsmanager.cpp
defsmanager.hpp WIP add a new kind of MObject: the model root 2009-12-12 03:50:41 +01:00
defsregistry.hpp
edl.cpp Integration of Builder/NodeFactory implementation draft. Stubbed to pass compiler 2009-09-05 18:15:58 +02:00
edl.hpp Integration of Builder/NodeFactory implementation draft. Stubbed to pass compiler 2009-09-05 18:15:58 +02:00
effect.cpp Integration of Builder/NodeFactory implementation draft. Stubbed to pass compiler 2009-09-05 18:15:58 +02:00
effect.hpp Integration of Builder/NodeFactory implementation draft. Stubbed to pass compiler 2009-09-05 18:15:58 +02:00
fixedlocation.cpp
fixedlocation.hpp
fixture.cpp WIP adjust fixture, segments and segmentation 2009-08-29 13:27:47 +02:00
fixture.hpp WIP adjust fixture, segments and segmentation 2009-08-29 13:27:47 +02:00
label.cpp placeholder implementation of Label MObject 2009-12-17 03:14:59 +01:00
label.hpp placeholder implementation of Label MObject 2009-12-17 03:14:59 +01:00
locatingpin.cpp fixing, stubbing, and some chainsaw surgery to get half-finished code through the compiler 2009-06-09 09:05:19 +02:00
locatingpin.hpp considerations regarding type handling in the PlacementIndex 2009-11-27 20:30:06 +01:00
meta.cpp
meta.hpp WIP add a new kind of MObject: the model root 2009-12-12 03:50:41 +01:00
mobjectfactory.cpp placeholder implementation of Label MObject 2009-12-17 03:14:59 +01:00
mobjectfactory.hpp placeholder implementation of Label MObject 2009-12-17 03:14:59 +01:00
placement-index-query-resolver.cpp get it through the compiler again... 2009-12-12 05:03:50 +01:00
placement-index-query-resolver.hpp get it through the compiler again... 2009-12-12 05:03:50 +01:00
placement-index.cpp not-yet-implemented.... 2009-12-29 04:30:11 +01:00
placement-index.hpp fill in documentation and missing test cases 2009-12-27 06:36:52 +01:00
plug.cpp
plug.hpp
query-focus-stack.hpp add unit test, write documentation. Closes #420 2009-11-22 07:26:51 +01:00
query-focus.cpp add basic storage and implementation of the PlacementIndex tables 2009-11-27 02:03:20 +01:00
query-focus.hpp finished implementation of QueryFocus (frontend handle) 2009-11-22 11:13:49 +01:00
query-resolver.cpp WIP about providing scope contents discovery, backed by the index 2009-11-12 02:15:02 +01:00
query-resolver.hpp considerations regarding type handling in the PlacementIndex 2009-11-27 20:30:06 +01:00
relativelocation.cpp
relativelocation.hpp fixing, stubbing, and some chainsaw surgery to get half-finished code through the compiler 2009-06-09 09:05:19 +02:00
root.cpp WIP add a new kind of MObject: the model root 2009-12-12 03:50:41 +01:00
root.hpp WIP add a new kind of MObject: the model root 2009-12-12 03:50:41 +01:00
scope-locator.hpp implemented connection between QueryFocus und current ScopePath 2009-11-22 10:32:08 +01:00
scope-path.cpp change implementation of "bottom" PlacementRef to 0-LUID 2009-12-13 05:48:05 +01:00
scope-path.hpp implemented connection between QueryFocus und current ScopePath 2009-11-22 10:32:08 +01:00
scope-query.hpp refining the draft for ScopeLocator 2009-11-20 19:58:22 +01:00
scope.cpp implemented connection between QueryFocus und current ScopePath 2009-11-22 10:32:08 +01:00
scope.hpp implemented connection between QueryFocus und current ScopePath 2009-11-22 10:32:08 +01:00
segment.cpp WIP adjust fixture, segments and segmentation 2009-08-29 13:27:47 +02:00
segment.hpp WIP adjust fixture, segments and segmentation 2009-08-29 13:27:47 +02:00
segmentation.cpp WIP adjust fixture, segments and segmentation 2009-08-29 13:27:47 +02:00
segmentation.hpp Integration of Builder/NodeFactory implementation draft. Stubbed to pass compiler 2009-09-05 18:15:58 +02:00
sequence.cpp Start the new Session structure with Timeline and Sequences 2009-10-14 05:39:49 +02:00
sequence.hpp Start the new Session structure with Timeline and Sequences 2009-10-14 05:39:49 +02:00
sess-manager-impl.cpp detect if the session is up and opened, lock PlacementRef else 2009-12-13 04:27:57 +01:00
sess-manager-impl.hpp detect if the session is up and opened, lock PlacementRef else 2009-12-13 04:27:57 +01:00
session-impl.cpp push creation of the root MObject to users of PlacementIndex 2009-12-17 03:16:08 +01:00
session-impl.hpp get it through the compiler again... 2009-12-12 05:03:50 +01:00
session-service-defaults.hpp first steps towards using the new SessionServices access mechanism 2009-11-09 07:35:08 +01:00
session-service-explore-scope.hpp Implement ScopePath functionality. Closes #322 2009-11-22 01:16:33 +01:00
session-service-fetch.hpp detect if the session is up and opened, lock PlacementRef else 2009-12-13 04:27:57 +01:00
session-service-mock-index.hpp WIP: change management of test/mock PlacementIndex 2009-12-11 02:49:12 +01:00
session-services.cpp push creation of the root MObject to users of PlacementIndex 2009-12-17 03:16:08 +01:00
session-services.hpp first steps towards using the new SessionServices access mechanism 2009-11-09 07:35:08 +01:00
session.cpp now SessManagerImpl can go down entirely on implementation level 2009-11-11 06:01:25 +01:00
simpleclip.cpp
simpleclip.hpp
timeline.cpp Start the new Session structure with Timeline and Sequences 2009-10-14 05:39:49 +02:00
timeline.hpp Start the new Session structure with Timeline and Sequences 2009-10-14 05:39:49 +02:00
track.cpp
track.hpp fixing, stubbing, and some chainsaw surgery to get half-finished code through the compiler 2009-06-09 09:05:19 +02:00
wish.cpp
wish.hpp