Home
last modified time | relevance | path

Searched refs:GetActiveRowHFg (Results 1 – 3 of 3) sorted by relevance

/dports/games/colorcode/ColorCode-0.8.5/
H A Dsettings.h60 QString GetActiveRowHFg() const;
H A Dgametablesdialog.cpp319 …GetPrevGamesModel()->SetRowHColors(GetSettings()->GetActiveRowHFg(), GetSettings()->GetActiveRowHB… in SetSettingsSlot()
320 …GetSavedGamesModel()->SetRowHColors(GetSettings()->GetActiveRowHFg(), GetSettings()->GetActiveRowH… in SetSettingsSlot()
321 …GetHighScoresModel()->SetRowHColors(GetSettings()->GetActiveRowHFg(), GetSettings()->GetActiveRowH… in SetSettingsSlot()
H A Dsettings.cpp309 QString Settings::GetActiveRowHFg() const in GetActiveRowHFg() function in Settings