dev-guide:embedded-file-object
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dev-guide:embedded-file-object [2025/01/08 16:34] – created gaetan | dev-guide:embedded-file-object [2025/01/08 19:11] (current) – gaetan | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
+ | |||
+ | GroIMP require Nodes, Node's attributes, and SCOs to be manageable by the persistence manager, to process the save/ load/ query operations. | ||
+ | |||
+ | GroIMP define its own [[: | ||
+ | |||
+ | Usually the persistence is handled in memory (except when the project is saved), but GroIMP provides a way to integrate it with file persistence (the object is written/ | ||
+ | |||
+ | ===== Embedded objects ===== | ||
+ | |||
+ | In GroIMP embedded objects are objects whose persistence is pushed in a file. | ||
+ | |||
+ | EmbeddedSharedObject (ESO) is a class, thus the object needs to extends it. | ||
+ | The ESO create on the fly and manage an EmbeddedFileObject (EFO). | ||
+ | |||
+ | The object that extends ESO need to implements the following methods: | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | |||
+ | Check [[: | ||
+ |
dev-guide/embedded-file-object.1736350457.txt.gz · Last modified: 2025/01/08 16:34 by gaetan