00001 // Dan 12/10/2002 \Dan100\Include\SDK\HVolFX.h 00002 00003 #define __HVolFX_H 00004 00005 #ifndef _SMALLPDB 00006 00007 #ifndef __HFX_H 00008 #include "HFX.h" 00009 #endif 00010 00011 //********************************************************* 00012 //** HVolFXCache 00013 //********************************************************* 00014 class PLUGINEXPORT HVolFXCache : public HFXCache 00015 { 00016 public: 00017 HColorProperty *GetColor(); 00018 HFloatProperty *GetQuality(); 00019 HFloatProperty *GetBrightness(); 00020 HFloatProperty *GetContrast(); 00021 }; 00022 00023 //********************************************************* 00024 //** HVolFX 00025 //********************************************************* 00026 class PLUGINEXPORT HVolFX : public HFX 00027 { 00028 public: 00029 HColorProperty *GetColor(); 00030 HFloatProperty *GetQuality(); 00031 HFloatProperty *GetBrightness(); 00032 HFloatProperty *GetContrast(); 00033 }; 00034 00035 #endif
Generated on Thu Oct 27 11:46:46 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001