Searched refs:mpSdrLightingAttribute (Results 1 – 2 of 2) sorted by relevance
86 : mpSdrLightingAttribute(new ImpSdrLightingAttribute( in SdrLightingAttribute()92 : mpSdrLightingAttribute(ImpSdrLightingAttribute::get_global_default()) in SdrLightingAttribute()94 mpSdrLightingAttribute->mnRefCount++; in SdrLightingAttribute()98 : mpSdrLightingAttribute(rCandidate.mpSdrLightingAttribute) in SdrLightingAttribute()100 mpSdrLightingAttribute->mnRefCount++; in SdrLightingAttribute()105 if(mpSdrLightingAttribute->mnRefCount) in ~SdrLightingAttribute()107 mpSdrLightingAttribute->mnRefCount--; in ~SdrLightingAttribute()111 delete mpSdrLightingAttribute; in ~SdrLightingAttribute()117 return mpSdrLightingAttribute == ImpSdrLightingAttribute::get_global_default(); in isDefault()122 if(rCandidate.mpSdrLightingAttribute != mpSdrLightingAttribute) in operator =()[all …]
50 ImpSdrLightingAttribute* mpSdrLightingAttribute; member in drawinglayer::attribute::SdrLightingAttribute