ExposureMaterialControlDesc Class Reference
 
 
 
ExposureMaterialControlDesc Class Reference

#include <expmtlControl.h>

Inheritance diagram for ExposureMaterialControlDesc:
FPInterfaceDesc FPInterface BaseInterface InterfaceServer MaxHeapOperators

Class Description

This implementation of ClassDesc is to be used to implement the ExposureMaterialControl interface.

Public Member Functions

  ExposureMaterialControlDesc (ClassDesc &cd, int idsDescrString, int idsNoExposureString, int idsInvertSelfIllumString, int idsInvertReflectString, int idsInvertRefractString)

Constructor & Destructor Documentation

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,
                        p_end) {}