OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.SettingsGroupAttribute Class Reference

ComponentSettings with this attribute belong to a group with a specified name. They can be marked as profile groups, enabling selectable profiles for settings in that group. More...

Inherits Attribute.

Public Member Functions

 SettingsGroupAttribute (string GroupName, bool Profile=true)
 Constructor for SettingsGroupAttribute More...
 

Properties

string GroupName [get]
 Name of the settings group.
 
bool Profile [get]
 Specifies whether this settings group uses profiles.

 

Detailed Description

ComponentSettings with this attribute belong to a group with a specified name. They can be marked as profile groups, enabling selectable profiles for settings in that group.

Constructor & Destructor Documentation

◆ SettingsGroupAttribute()

OpenTap.SettingsGroupAttribute.SettingsGroupAttribute ( string  GroupName,
bool  Profile = true 
)
inline

Constructor for SettingsGroupAttribute

Parameters
GroupNameThe name of the settings group.
ProfileIf this settings group should use profiles.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:42