Controls editor cache.
More...
#include <structs.hpp>
|
void | write (JSON &cacheJSON) const |
| Write controls editor cache to JSON.
|
|
void | read (const JSON &cacheJSON) |
| Read controls editor cache from JSON.
|
|
Controls editor cache.
- Note
- Part of the cache with information associated with the controls editor
◆ read()
void iv::cache::editor::ControlsEditor::read |
( |
const JSON & | cacheJSON | ) |
|
Read controls editor cache from JSON.
- Parameters
-
cacheJSON | JSON (already with the project name key) from which the project cache will be read |
◆ write()
void iv::cache::editor::ControlsEditor::write |
( |
JSON & | cacheJSON | ) |
const |
Write controls editor cache to JSON.
- Parameters
-
cacheJSON | JSON (already with the project name key) where the project cache will be written |
◆ damperEditor
DamperEditor iv::cache::editor::ControlsEditor::damperEditor |
◆ valveEditor
ValveEditor iv::cache::editor::ControlsEditor::valveEditor |
The documentation for this struct was generated from the following files: