Subversion Repositories DIN Is Noise

Rev

Rev 2097 | Rev 2228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2097 Rev 2130
Line 38... Line 38...
38
38
39
  morse_code (const std::string& ln, const std::string& sn);
39
  morse_code (const std::string& ln, const std::string& sn);
40
  ~morse_code ();
40
  ~morse_code ();
41
  int load (const std::string& fname);
41
  int load (const std::string& fname);
42
  int operator() (tokenizer& tz);
42
  int operator() (tokenizer& tz);
43
  int create_pattern (const std::string& text, float tox);
43
  int create_pattern (const std::string& text, float tox, int clr);
44
  void append (multi_curve& m, multi_curve& p);
44
  void append (multi_curve& m, multi_curve& p);
45
  void scale_tox (multi_curve& m, float tox);
45
  void scale_tox (multi_curve& m, float tox);
46
46
47
47
48
};
48
};