Home
last modified time | relevance | path

Searched refs:setCardScaling (Results 1 – 5 of 5) sorted by relevance

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/dbconverter/src/
H A Dmocks.cpp72 void SettingsCache::setCardScaling(const int /* _scaleCards */) in setCardScaling() function in SettingsCache
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/tests/carddatabase/
H A Dmocks.cpp76 void SettingsCache::setCardScaling(const int /* _scaleCards */) in setCardScaling() function in SettingsCache
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dsettingscache.h511 void setCardScaling(const int _scaleCards);
H A Dsettingscache.cpp331 void SettingsCache::setCardScaling(const int _scaleCards) in setCardScaling() function in SettingsCache
H A Ddlg_settings.cpp307 …ScalingCheckBox, SIGNAL(stateChanged(int)), &SettingsCache::instance(), SLOT(setCardScaling(int))); in AppearanceSettingsPage()