Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::cache::editor::ControlsEditor Struct Reference

Controls editor cache. More...

#include <structs.hpp>

Collaboration diagram for iv::cache::editor::ControlsEditor:
[legend]

Classes

struct  DamperEditor
 
struct  Fields
 
struct  ValveEditor
 

Public Member Functions

void write (JSON &cacheJSON) const
 Write controls editor cache to JSON.
 
void read (const JSON &cacheJSON)
 Read controls editor cache from JSON.
 

Public Attributes

ValveEditor valveEditor
 
DamperEditor damperEditor
 

Detailed Description

Controls editor cache.

Note
Part of the cache with information associated with the controls editor

Member Function Documentation

◆ read()

void iv::cache::editor::ControlsEditor::read ( const JSON & cacheJSON)

Read controls editor cache from JSON.

Parameters
cacheJSONJSON (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
cacheJSONJSON (already with the project name key) where the project cache will be written

Member Data Documentation

◆ 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: