Home
last modified time | relevance | path

Searched refs:INDICATOR_LETTER (Results 1 – 4 of 4) sorted by relevance

/dports/games/colorcode/ColorCode-0.8.5/
H A Dsettings.cpp34 const int Settings::INDICATOR_LETTER = 0; member in Settings
81 mIndicatorType = INDICATOR_LETTER; in InitSettings()
242 if (mIndicatorType != INDICATOR_LETTER && mIndicatorType != INDICATOR_NUMBER) in Validate()
244 mIndicatorType = INDICATOR_LETTER; in Validate()
H A Dsettings.h34 static const int INDICATOR_LETTER; variable
H A Dcolorpeg.cpp359 if (mIndicatorType == Settings::INDICATOR_LETTER) in paint()
H A Dprefdialog.cpp480 mSettings->mIndicatorType = Settings::INDICATOR_LETTER; in ApplySettings()