![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
#include "steam/mobject/builder/segmentation-tool.hpp"
Tool implementation for deriving a partitioning of the current timeline, such that each Segment has a constant configuration.
"Constant" means here, that any remaining changes over time can be represented by automation solely, without the need to change the node connections.
Definition at line 52 of file segmentation-tool.hpp.
Public Member Functions | |
| SegmentationTool (fixture::Fixture &) | |
| void | treat (mobject::session::Clip &clip) |
| void | treat (mobject::session::Effect &effect) |
| void | treat (mobject::Buildable &something) |
| void | onUnknown (Buildable &target) |
| bool | empty () const |
Private Types | |
| using | Segment = fixture::Segment |
Definition at line 36 of file segmentation-tool.cpp.
|
private |
Definition at line 69 of file segmentation-tool.hpp.
| void treat | ( | mobject::session::Clip & | clip | ) |
Definition at line 50 of file segmentation-tool.cpp.
| void treat | ( | mobject::session::Effect & | effect | ) |
Definition at line 57 of file segmentation-tool.cpp.
| void treat | ( | mobject::Buildable & | something | ) |
Definition at line 43 of file segmentation-tool.cpp.
| void onUnknown | ( | Buildable & | target | ) |
Definition at line 64 of file segmentation-tool.cpp.
| bool empty | ( | ) | const |
Definition at line 71 of file segmentation-tool.cpp.
Inheritance diagram for SegmentationTool:
Collaboration diagram for SegmentationTool: