24 #ifndef __ITrapStyle__ 25 #define __ITrapStyle__ 30 #ifndef __ODFRC__ // when used for core resource compilation, provide just the parameter range constants 32 #include "IPMUnknown.h" 48 enum { kDefaultIID = IID_ITRAPSTYLE };
324 virtual bool16
GetFlag(int32 inFlag)
const = 0;
335 const PMReal kTrapStyleMinBlackWidth = 0;
338 const PMReal kTrapStyleMaxBlackWidth = 8.0;
341 const PMReal kTrapStyleMinDefaultWidth = 0;
344 const PMReal kTrapStyleMaxDefaultWidth = 8.0;
347 const PMReal kTrapStyleMinStep = 1.0;
350 const PMReal kTrapStyleMaxStep = 100.0;
353 const PMReal kTrapStyleMinBlackColor = 0.0;
356 const PMReal kTrapStyleMaxBlackColor = 100.0;
359 const PMReal kTrapStyleMinBlackDensity = 0.001;
362 const PMReal kTrapStyleMaxBlackDensity = 10.0;
365 const PMReal kTrapStyleMinSlidingTrap = 0.0;
368 const PMReal kTrapStyleMaxSlidingTrap = 100.0;
370 #ifndef __ODFRC__ // when used for core resource compilation, provide just the parameter range constants 374 const PMReal kTrapStyleDefaultBlackWidth = 0.5;
377 const PMReal kTrapStyleDefaultWidth = 0.25;
395 const PMReal kTrapStyleDefaultStep = 10.0;
398 const PMReal kTrapStyleDefaultBlackColor = 100.0;
401 const PMReal kTrapStyleDefaultBlackDensity = 1.60;
404 const PMReal kTrapStyleDefaultSlidingTrap = 70.0;
407 const PMReal kTrapStyleDefaultColorReduction = 1.0;
416 #endif // __ITrapStyle__