Source: scorePrinter.h


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

class PrScoreEditor;
class ScoreBar;
class ScoreGroup;
class ScoreChord;
class ScoreBreak;
class Table;

class ScorePrinter
{
 private:
 public:
  ScorePrinter() {};
  virtual void print(PrScoreEditor * ed, const char * fname, bool pp, bool pps)=0;
  virtual void paintBar(ScoreBar*, PrScoreEditor*, Table*, int, int, int style=0)=0;
  virtual void paintGroup(ScoreGroup*, PrScoreEditor*, Table*, int, int)=0;
  virtual void paintChord(ScoreChord*, PrScoreEditor*, Table*, int, int)=0;
  virtual void paintBreak(ScoreBreak*, PrScoreEditor*, int, int)=0;
  virtual int indentSystem(ScoreBar*)=0;
};

#endif

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