Set or clear the default‐thresholds callback.

Synopsis

Declared in <ball_categorymanager.h>

void
setDefaultThresholdLevelsCallback(DefaultThresholdLevelsCallback const* defaultThresholdLevelsCallback);

Description

Set the default‐thresholds callback to the specified defaultThresholdLevelsCallback if it is not null, and remove any existing callback if defaultThresholdLevelsCallback is null.

Parameters

Name

Description

defaultThresholdLevelsCallback

callback to install, or null

Created with MrDocs