Set the specified category's thresholds to the current default values.
Synopsis
Declared in <ball_categorymanager.h>
void
setCategoryThresholdsToCurrentDefaults(Category* category) const;
Description
Set the threshold levels of the specified category in this category registry of this category manager to the current default threshold values. The behavior is undefined unless category is non‐null.
Parameters
Name |
Description |
category |
category whose threshold levels are set |
Created with MrDocs