29 std::optional<maquina::Node> parent = {},
30 const std::string_view& name =
"",
31 bool undo_stack =
true 35 MAQUINA_EXPORT bool is_shot_internal_path(
const std::string_view& path);
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
#define MAQUINA_EXPORT
Definition: Export.h:31
MAQUINA_EXPORT maquina::Node media_root(maquina::Node &document, bool undo_stack)
Return the document media root node.
MAQUINA_EXPORT std::optional< Node > document(const std::string &path, bool comparable=false)
Return the document node associated to that file path.
MAQUINA_EXPORT maquina::Node add_media_layer(std::optional< maquina::Node > parent={}, const std::string_view &name="", bool undo_stack=true)
Create a media layer.
Base class of all Rumba nodes.
Definition: Node.h:37