ApplyModel

virtual void ITopController::ApplyModel(const std::string &xml, const std::vector<PSubController> &subControllers) = 0

Replaces the specified sub-controllers with new instances based on the model contained in the XML controller description string.

Parameters
  • xml – String containing the XML controller description that contains the model to apply to the specified sub-controllers.

  • subControllers – Vector of sub-controllers that the XML model should be applied on.

Throws