class InfoSetting
Defined in:
The C4Configuration.hInfoSetting class is used to display information that cannot be edited.
Definition
class InfoSetting : public Setting
Constructor
InfoSetting(Type identifier, const char *title, const char *value);
Parameters
identifier |
The setting's unique identifier. |
title |
The title of the setting. |
value |
The information displayed by the setting. |
Description
The InfoSetting class represents a setting that displays the information specified by the value parameter without allowing it to be edited. Even though the setting doesn't need to be identified in the Configurable::SetSetting function, it should still have a unique identifier specified by the identifier parameter.
Base Classes
Setting |
An InfoSetting is a specific type of setting.
|
