This implementation of ClassDesc is to be used to implement the ExposureMaterialControl interface.
#include <expmtlControl.h>
Public Member Functions |
|
ExposureMaterialControlDesc (ClassDesc &cd, int idsDescrString, int idsNoExposureString, int idsInvertSelfIllumString, int idsInvertReflectString, int idsInvertRefractString) |
ExposureMaterialControlDesc | ( | ClassDesc & | cd, |
int | idsDescrString, | ||
int | idsNoExposureString, | ||
int | idsInvertSelfIllumString, | ||
int | idsInvertReflectString, | ||
int | idsInvertRefractString | ||
) | [inline] |
: FPInterfaceDesc(EXPOSURE_MATERIAL_CONTROL, _M("ExposureMaterialControl"), idsDescrString, &cd, FP_MIXIN, properties, ExposureMaterialControl::kGetNoExposureControl, ExposureMaterialControl::kSetNoExposureControl, _M("noExposureControl"), idsNoExposureString, TYPE_BOOL, ExposureMaterialControl::kGetInvertSelfIllum, ExposureMaterialControl::kSetInvertSelfIllum, _M("exposureControlInvertSelfIllum"), idsInvertSelfIllumString, TYPE_BOOL, ExposureMaterialControl::kGetInvertReflect, ExposureMaterialControl::kSetInvertReflect, _M("exposureControlInvertReflection"), idsInvertReflectString, TYPE_BOOL, ExposureMaterialControl::kGetInvertRefract, ExposureMaterialControl::kSetInvertRefract, _M("exposureControlInvertRefraction"), idsInvertRefractString, TYPE_BOOL, end) {}