~ubuntu-branches/ubuntu/karmic/kid3/karmic

« back to all changes in this revision

Viewing changes to kid3/framelist.h

  • Committer: Bazaar Package Importer
  • Author(s): Sarah Hobbs
  • Date: 2006-07-14 12:25:16 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060714122516-p2wk0iyzumu6jx42
Tags: 0.7-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
         * Add a new frame.
280
280
         *
281
281
         * @param frameId ID of frame to add
 
282
         * @param edit    true to edit frame after adding it
282
283
         * @return TRUE if frame added.
283
284
         */
284
 
        virtual bool addFrame(int frameId) = 0;
 
285
        virtual bool addFrame(int frameId, bool edit = false) = 0;
 
286
        /**
 
287
         * Copy the selected frame to the copy buffer.
 
288
         *
 
289
         * @return true if frame copied.
 
290
         */
 
291
        virtual bool copyFrame() = 0;
 
292
        /**
 
293
         * Paste the selected frame from the copy buffer.
 
294
         *
 
295
         * @return true if frame pasted.
 
296
         */
 
297
        virtual bool pasteFrame() = 0;
285
298
        /**
286
299
         * Get file containing frames.
287
300
         *