kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #07554
Re: Ideas for kicad
> Btw, is this the method to save a board?
> /**
> * Function Save
> * writes the data structures for this object out to a FILE in "*.brd" format.
> * @param aFile The FILE to write to.
> * @return bool - true if success writing else false.
> */
> bool Save( FILE* aFile ) const;
>
> What's the one to "Load"?
The only method of saving a board which will survive upcoming edits are the ones in
KICAD_PLUGIN and other future plugins.
>
> May be we should add some Save(char *filename)/Load, etc to ease the process from any
> scripting
Maybe learn whats there first.
References