Source: loader.h


Annotated List
Files
Globals
Hierarchy
Index
#ifndef _LOADER_H_
#define _LOADER_H_

class Song;
class Table;
class ofstream;
class PrProgress;
class ifstream;

class Loader
{
 private:

 public:
  Loader();
  
  static Song * load(const char * fname, PrProgress * progress=0);
  static void save(const char * fname, Song * song);
  // static Song * loadMidi(ifstream*);
  static Song * loadMidi(const char * fname, PrProgress * progress=0);
  static void saveMidi(ofstream*);
  static Table * getAttributes(const char*,ifstream*&);
  static Table * getAttributes(const char*,char*);

};

#endif

Generated by: wuerthne on clouseau on Fri Sep 21 19:20:46 2001, using kdoc 2.0a53.