GetPref() retrieves the value of the requested preference.
- Parameters:
-
| prefName | - name of preference |
| prefValue | - ref to value of preference (several overloaded types) |
- Returns:
- bool - true if the preference existed, false otherwise. If not found, prefValue remains unchanged.
- See also:
- SetPref()
GetPref() retrieves the value of the requested preference.
- Parameters:
-
| prefName | - name of preference |
| prefValue | - ref to value of preference (several overloaded types) |
- Returns:
- bool - true if the preference existed, false otherwise. If not found, prefValue remains unchanged.
- See also:
- SetPref()
Definition at line 1812 of file CATWindow.cpp.
References CATGuiObj::fName, gApp, CATPrefs::GetPref(), and CATApp::GetPrefs().
Referenced by RectFromAttribs().