Home | History | Annotate | Download | only in dae

Lines Matching refs:DLLSPEC

75 	DLLSPEC daeMetaElement(DAE& dae);
80 DLLSPEC ~daeMetaElement();
191 DLLSPEC daeMetaAttribute* getMetaAttribute(daeString s);
214 DLLSPEC void addContents(daeInt offset);
221 DLLSPEC void addContentsOrder( daeInt offset );
230 DLLSPEC void addCMDataArray( daeInt offset, daeUInt numChoices );
256 DLLSPEC void appendAttribute(daeMetaAttribute* attr);
271 DLLSPEC void validate();
280 DLLSPEC daeBool place(daeElement *parent, daeElement *child, daeUInt *ordinal = NULL);
291 DLLSPEC daeBool placeAt( daeInt index, daeElement *parent, daeElement *child );
300 DLLSPEC daeBool placeBefore( daeElement* marker, daeElement *parent, daeElement *child, daeUInt *ordinal = NULL );
309 DLLSPEC daeBool placeAfter( daeElement* marker, daeElement *parent, daeElement *child, daeUInt *ordinal = NULL );
317 DLLSPEC daeBool remove( daeElement *parent, daeElement *child );
323 DLLSPEC void getChildren( daeElement* parent, daeElementRefArray &array );
331 DLLSPEC daeElementRef create();
341 DLLSPEC daeElementRef create(daeString childElementTypeName);
352 DLLSPEC void setCMRoot( daeMetaCMPolicy *cm );