Home
last modified time | relevance | path

Searched refs:horizontalHand (Results 1 – 2 of 2) sorted by relevance

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dsettingscache.h88 bool horizontalHand; variable
262 return horizontalHand; in getHorizontalHand()
H A Dsettingscache.cpp244 horizontalHand = settings->value("hand/horizontal", true).toBool(); in SettingsCache()
497 horizontalHand = static_cast<bool>(_horizontalHand); in setHorizontalHand()
498 settings->setValue("hand/horizontal", horizontalHand); in setHorizontalHand()