Example #1
0
ReferenceTarget *plGeneralAttrib::Clone(RemapDir &remap)
{
    plGeneralAttrib *pnew = (plGeneralAttrib*) fClassDesc->Create(false);
    pnew->SetReference(0, remap.CloneRef(fPBlock));
    BaseClone(this, pnew, remap);
    return pnew;
}
Example #2
0
void plGeneralAttrib::EndEditParams(IObjParam *ip, ULONG flags, Animatable *next)
{
    fClassDesc->EndEditParams(ip,this,flags,next);
}
Example #3
0
void plGeneralAttrib::BeginEditParams(IObjParam *ip,ULONG flags,Animatable *prev)
{
    fClassDesc->BeginEditParams(ip,this,flags,prev);
}
Example #4
0
 const TCHAR* GetName() { return (const TCHAR*)_T(fClassDesc->ClassName()); }
Example #5
0
 Class_ID        ClassID() {return fClassDesc->ClassID();}
Example #6
0
 virtual TSTR SubAnimName(int i){ return fClassDesc->ClassName();} 
Example #7
0
 GETNAME_RETURN_TYPE GetName() { return (GETNAME_RETURN_TYPE)_T(fClassDesc->ClassName()); }