24 #ifndef __IRegPolyPrefs__ 25 #define __IRegPolyPrefs__ 27 const int32 kMinPolygonSides = 3;
28 const int32 kMaxPolygonSides = 100;
29 const int32 kMinPolygonInset = 0;
30 const int32 kMaxPolygonInset = 100;
32 #ifndef __ODFRC__ // when used for core resource compilation, provide just the parameter range constants 34 #include "IPMUnknown.h" 35 #include "GenericID.h" 47 enum { kDefaultIID = IID_IREGPOLYPREFERENCES };
54 virtual void SetNumSides(
const int32& numSides) = 0;
80 #endif // __IRegPolyPrefs__