~ubuntu-branches/ubuntu/karmic/amarok/karmic

« back to all changes in this revision

Viewing changes to src/context/engines/videoclip/VideoclipEngine.h

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-09-14 22:26:19 UTC
  • mfrom: (1.77.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090914222619-0n6idfmw94y5z2ge
Tags: 2:2.1.85-0ubuntu1
* New upstream beta release
  - Fixes cover download (LP: #335578)
* Remove 05_fix_lyrics_script.diff, fixed upstream (LP: #409407) 
* Remove 04_gpod_compile.diff, fixed upstream
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 *                                                                                      *
9
9
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY      *
10
10
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A      *
11
 
 * PARTICULAR PURPOSE. See the GNU General Public License for more details.              *
 
11
 * PARTICULAR PURPOSE. See the GNU General Public License for more details.             *
12
12
 *                                                                                      *
13
13
 * You should have received a copy of the GNU General Public License along with         *
14
14
 * this program.  If not, see <http://www.gnu.org/licenses/>.                           *
103
103
    void resultVimeoGetLink( KJob* );
104
104
 
105
105
  /**
106
 
   *   An image fetcher, will sotre the QPixmap in the corresponding videoInfo
 
106
   *   An image fetcher, will store the QPixmap in the corresponding videoInfo
107
107
   */
108
108
    void resultImageFetcher( KJob * );
109
109
 
110
110
  /**
111
 
   *   This method will send the infos to the applet and order them if every jobs are finished
 
111
   *   This method will send the info to the applet and order them if every jobs are finished
112
112
   */
113
113
    void resultFinalize();
114
114
 
127
127
   *   We don't want some jobs if it's useless
128
128
   *   So if the video title doesn't contain ARTIST or TITLE
129
129
   *   and the description doesn't contain ARTIST either, we remove this item
130
 
   *   \return true if the video Info is ok, else false
 
130
   *   \return true if the video Info is OK, else false
131
131
   */
132
132
    bool isVideoInfoValid( VideoInfo * );
133
133
 
154
154
    int        m_length;
155
155
 
156
156
    bool       m_youtubeHQ; // boolean, store youtube HQ state, default is no
157
 
    
 
157
 
158
158
    // stores what features are enabled
159
159
    bool m_requested;
160
160