~ubuntu-branches/ubuntu/karmic/rosegarden/karmic

« back to all changes in this revision

Viewing changes to src/base/ScriptAPI.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-05-02 00:33:44 UTC
  • mfrom: (1.1.7 upstream) (6.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080502003344-67vbfhgqx2yl0ksi
Tags: 1:1.7.0-1ubuntu1
* Merge from Debian unstable. (LP: #225849) Remaining Ubuntu changes:
  - Add usr/share/doc/kde/HTML to rosegarden-data, to provide online
    help documentation.
  - Change fftw3-dev to libfftw3-dev.
  - Update maintainer field as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
    EventId addEvent(ScriptId id,
108
108
                     std::string type, int bar, ScriptTime time, ScriptTime duration);
109
109
 
110
 
    void deleteEvent(ScriptId id, EventId id);
 
110
    void deleteEvent(ScriptId id, EventId event);
111
111
 
112
 
    std::string getEventType(ScriptId id, EventId id);
 
112
    std::string getEventType(ScriptId id, EventId event);
113
113
    std::string getProperty(ScriptId id, EventId event, std::string property);
114
114
    void setProperty(ScriptId id, EventId event, std::string property, std::string value);
115
115