24 #include "IXMLImportPreferences.h" 26 #include "WideString.h" 27 #include "K2Vector.tpp" 35 fType(type), fValueName(name), fInt32Value(intVal), fBool16Value(boolVal), fWideStringValue(stringVal)
67 virtual void SetNthPref(int32 n,
const int32 &newVal) {fPrefs[n].fInt32Value = newVal;}
68 virtual void SetNthPref(int32 n,
const bool16 &newVal) {fPrefs[n].fBool16Value = newVal;}