Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

NotesWriterSM.h

Go to the documentation of this file.
00001 /* NotesWriterSM - writes a Song to an .SM file. */ 00002 00003 #ifndef NOTES_WRITER_SM_H 00004 #define NOTES_WRITER_SM_H 00005 00006 class Song; 00007 class Steps; 00008 class RageFile; 00009 class NotesWriterSM 00010 { 00011 void WriteGlobalTags( RageFile &f, const Song &out ); 00012 void WriteSMNotesTag( const Song &song, const Steps &in, RageFile &f, bool bSavingCache ); 00013 00014 public: 00015 bool Write( CString sPath, const Song &out, bool bSavingCache ); 00016 }; 00017 00018 #endif 00019 00020 /* 00021 * (c) 2001-2004 Chris Danford, Glenn Maynard 00022 * All rights reserved. 00023 * 00024 * Permission is hereby granted, free of charge, to any person obtaining a 00025 * copy of this software and associated documentation files (the 00026 * "Software"), to deal in the Software without restriction, including 00027 * without limitation the rights to use, copy, modify, merge, publish, 00028 * distribute, and/or sell copies of the Software, and to permit persons to 00029 * whom the Software is furnished to do so, provided that the above 00030 * copyright notice(s) and this permission notice appear in all copies of 00031 * the Software and that both the above copyright notice(s) and this 00032 * permission notice appear in supporting documentation. 00033 * 00034 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00035 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00036 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF 00037 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS 00038 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT 00039 * OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 00040 * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 00041 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 00042 * PERFORMANCE OF THIS SOFTWARE. 00043 */

Generated on Thu Jan 27 20:57:26 2005 for StepMania by doxygen 1.3.7