24 #ifndef __SDKFileHelper_H_DEFINED__ 25 #define __SDKFileHelper_H_DEFINED__ 27 #include "IOpenFileCmdData.h" 28 #include "SysFileList.h" 44 friend class SDKFileHelperUnitTest;
362 Filter(
const SysOSType& macFileType,
366 SysOSType fMacFileType;
377 bool16 fIsAllFilesEnabled;
518 void AddFilter(
const SysOSType& macFileCreator,
const SysOSType& macFileType,
const PMString& extension,
const PMString& filterName);
558 Filter(
const SysOSType& macFileCreator,
559 const SysOSType& macFileType,
563 SysOSType fMacFileCreator;
564 SysOSType fMacFileType;
708 bool16 fShowFilterPrefs;
709 bool16 fRetainFormat;
710 bool16 fConvertQuotes;
711 bool16 fReplaceSelectedItem;
712 bool16 fApplyCJKGrid;
757 void initFromSysFile();
822 #endif // __SDKFile_H_DEFINED__