CreateAxisControl

virtual PAxisControl IController::CreateAxisControl(const std::string &name, PTemplate template_) = 0

Creates an axis control with the specified name, using the specified template.

Parameters
  • name – Name of the axis control.

  • template – Template used to create the axis control.

Returns

PAxisControl – Created axis control.

Throws