class CheckChromaticitySetting
Defined in:
The C4Configuration.h
CheckChromaticitySetting
class is used for a chromaticity setting represented by a chromaticity box with a check box for enable/disable.
Definition
class CheckChromaticitySetting : public ChromaticitySetting
Member Functions
CheckChromaticitySetting::GetCheckValue |
Returns the check value stored in the setting. |
Constructor
CheckColorSetting(Type identifier, const char *title, bool check, const ColorRGB& chromaticity, const char *picker);
Parameters
identifier |
The setting's unique identifier. |
title |
The title of the setting. |
check |
The initial value for the checkbox. |
chromaticity |
The initial chromaticity for the setting. |
picker |
The title of the chromaticity picker dialog. |
Description
The CheckChromaticitySetting
class represents a setting that displays a chromaticity box and has an RGB chromaticity value. This setting also displays a check box and contains an extra boolean value.
Base Classes
ChromaticitySetting |
A CheckChromaticitySetting is a special type of ChromaticitySetting .
|