~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): Patrick Matthäi
  • Date: 2009-05-20 16:12:30 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090520161230-qetp532r8ydujkz2
Tags: upstream-1.2
Import upstream version 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * \author Urs Fleisch
7
7
 * \date 9 Jan 2003
8
8
 *
9
 
 * Copyright (C) 2003-2007  Urs Fleisch
 
9
 * Copyright (C) 2003-2009  Urs Fleisch
10
10
 *
11
11
 * This file is part of Kid3.
12
12
 *
177
177
        void setFrame(const Frame& frame) { m_frame = frame; }
178
178
 
179
179
        /**
 
180
         * Check if the frame in the copy buffer is a picture frame.
 
181
         * @return true if picture frame.
 
182
         */
 
183
        bool isPictureFrame() const { return m_frame.getType() == Frame::FT_Picture; }
 
184
 
 
185
        /**
180
186
         * Get file containing frames.
181
187
         *
182
188
         * @return file, NULL if no file selected.