MT Showcase SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Showcase::SystemConfiguration Class Reference

This is similar to RootComponent of UIComponents. More...

#include <SystemConfiguration.hpp>

Inheritance diagram for Showcase::SystemConfiguration:
Showcase::ServiceComponent Showcase::Component

Public Member Functions

virtual void placeholderStatusChanged (const NodeId &id) override
 

Additional Inherited Members

- Protected Member Functions inherited from Showcase::Component
void applyForInstances (std::function< void(ComponentInstancePtr)> &&f)
 Calls f for each instance.
 

Detailed Description

This is similar to RootComponent of UIComponents.

Member Function Documentation

void Showcase::SystemConfiguration::placeholderStatusChanged ( const NodeId id)
overridevirtual

need similar things as in childLost. If for some reason critical properties of services node are modified it needs to be destructed although sound data should never have this issue

Reimplemented from Showcase::ServiceComponent.