Home
last modified time | relevance | path

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

/dports/cad/ldview/ldview-4.4/
H A DLDViewPreferences.cpp1651 std::string prefSetName; in applyPrefSetsChanges() local
1652 ucstringtoutf8(prefSetName, ucPrefSetName); in applyPrefSetsChanges()
1655 TCUserDefaults::setSessionName(prefSetName.c_str(), in applyPrefSetsChanges()
1675 std::string prefSetName; in applyPrefSetsChanges() local
1676 ucstringtoutf8(prefSetName, ucPrefSetName); in applyPrefSetsChanges()
2294 ucstring prefSetName = getHotKey(i); in getHotKey() local
2296 if (!prefSetName.empty()) in getHotKey()
2298 if (currentPrefSetName == prefSetName) in getHotKey()
4032 ucstring prefSetName = getSelectedPrefSet(); in doHotKeyInit() local
4034 if (!prefSetName.empty()) in doHotKeyInit()
[all …]
/dports/cad/ldview/ldview-4.4/QT/
H A DPreferences.cpp1533 char *prefSetName = getHotKey(i); in getHotKey() local
1535 if (prefSetName) in getHotKey()
1537 if (strcmp(prefSetName, currentPrefSetName) == 0) in getHotKey()
1541 delete prefSetName; in getHotKey()