Public Member Functions | List of all members
ViewInfo Class Reference

A ViewInfo Object contains all EditorStates of every child processor. More...

Inheritance diagram for ViewInfo:
RestorableObject

Public Member Functions

 ViewInfo (ModulatorSynthChain *synthChain)
 Creates an empty ViewInfo. More...
 
 ViewInfo (ModulatorSynthChain *synthChain, Processor *rootProcessor_, const String &viewName_)
 Creates a ViewInfo. More...
 

Detailed Description

A ViewInfo Object contains all EditorStates of every child processor.

It tries to handle old versions of the main processor as gracefully as possible.

Constructor & Destructor Documentation

ViewInfo ( ModulatorSynthChain synthChain)
inline

Creates an empty ViewInfo.

This is used to create a ViewInfo which will be restored using restoreFromValueTree.

ViewInfo ( ModulatorSynthChain synthChain,
Processor rootProcessor_,
const String &  viewName_ 
)

Creates a ViewInfo.

This creates a usable ViewInfo which can be serialized and stored using exportToValueTree.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.