The IFeatureSet interface.
More...
#include <murl_i_feature_set.h>
The IFeatureSet interface.
Inherited by Murl::Util::FeatureSet.
◆ SetFeatureAvailable()
virtual void Murl::IFeatureSet::SetFeatureAvailable |
( |
IEnums::Feature |
feature, |
|
|
Bool |
available |
|
) |
| |
|
pure virtual |
Set the availability of a feature.
- Parameters
-
feature | The feature enumeration value. |
available | The availability to set, true if the feature is available. |
◆ ForceFeatureAvailable()
virtual void Murl::IFeatureSet::ForceFeatureAvailable |
( |
IEnums::Feature |
feature, |
|
|
Bool |
available |
|
) |
| |
|
pure virtual |
Force the availability of a feature.
This overrides the setting of a feature defined via SetFeatureAvailable().
- Parameters
-
feature | The feature enumeration value. |
available | If true, the feature is always present, otherwise it is never present. |
◆ IsFeatureAvailable()
Check if a feature is available.
- Parameters
-
feature | The feature enumeration value. |
- Returns
- true if the fetature is available.
The documentation for this interface was generated from the following file: