24 #include "IXMLImportOptionsService.h" 27 #include "K2Vector.tpp" 76 typeName = fStoredFileType[n].first;
77 extension = fStoredFileType[n].second;
88 void AddCheckbox(
const PMString &name, bool16 enabled, bool16 state, bool16 indent = kFalse);
89 void AddPopup(
const PMString &name,
const K2Vector<PMString> &values, bool16 enabled, int32 selection, bool16 indent = kFalse);
90 void AddRadioGroup(
const PMString &name,
const K2Vector<PMString> &values, bool16 enabled, int32 selection, bool16 indent = kFalse);
91 void AddFileName(
const PMString name,
const IDFile &fileName,
const PMString &defaultText,
const PMString &fileTypeFamily,
const PMString &fileTypeExtension, bool16 enabled, bool16 state, bool16 indent);
105 int32 fUIElementCount;