Home | History | Annotate | Download | only in dae

Lines Matching refs:option

40 	 * suggested to implement. daeLibXML2Plugin supports only one option, "saveRawBinary". Set to 
43 * @param option The option to set.
44 * @param value The value to set the option.
47 virtual DLLSPEC daeInt setOption( daeString option, daeString value );
50 * getOption retrieves the value of an option from this IOPlugin. Which options a plugin supports is
52 * @param option The option to get.
53 * @return Returns the string value of the option or NULL if option is not valid.
55 virtual DLLSPEC daeString getOption( daeString option );