ApplyModel

virtual void ISubController::ApplyModel(const std::string &xml) = 0

Replaces this sub-controller with a new instance based on the model contained in the XML controller description string.

Parameters

xml – String containing the XML controller description to apply on this sub-controller.

Throws
Remarks

Equivalent to: std::dynamic_pointer_cast<ITopController>(subController->GetParent())->ApplyModel(xml,{subController});