13 #ifndef _PREFERENCEINFO_ 14 #define _PREFERENCEINFO_ 23 #include "PreferenceInfoBase.h" 35 unsigned int countPreferences()
const;
53 const std::vector<Preference*>& getListPreferences()
const;
61 const tstring getPreferenceHeading()
const;
83 if (std::addressof(existingPrefInfo) !=
this)
85 PreferenceInfoBase::operator=(existingPrefInfo);
91 #endif // _PREFERENCEINFO_ Definition: PreferenceInfo.h:26
PreferenceInfo(const PreferenceInfo &existingPrefInfo)
Definition: PreferenceInfo.h:71
PreferenceInfo & operator=(const PreferenceInfo &existingPrefInfo)
Definition: PreferenceInfo.h:81
#define tstring
Definition: api.h:35
PreferenceId
Definition: api.h:294
Definition: PreferenceInfoBase.h:37
Definition: Preference.h:27