~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« back to all changes in this revision

Viewing changes to src/mgui/img-factory.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
Import upstream version 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
// mgui/img-factory.h
3
3
// This file is part of Bombono DVD project.
4
4
//
5
 
// Copyright (c) 2008-2009 Ilya Murav'jov
 
5
// Copyright (c) 2008-2010 Ilya Murav'jov
6
6
//
7
7
// This program is free software; you can redistribute it and/or modify
8
8
// it under the terms of the GNU General Public License as published by
30
30
RefPtr<Gdk::Pixbuf> GetFactoryImage(const std::string& img_str);
31
31
// наложить изображение emblem_str на pix, в левом нижнем углу
32
32
void StampEmblem(RefPtr<Gdk::Pixbuf> pix, const std::string& emblem_str);
33
 
void CheckEmblem(RefPtr<Gdk::Pixbuf> pix, RefPtr<Gdk::Pixbuf> emblem);
 
33
 
 
34
//void CheckEmblem(RefPtr<Gdk::Pixbuf> pix, RefPtr<Gdk::Pixbuf> emblem);
 
35
RefPtr<Gdk::Pixbuf> GetCheckEmblem(RefPtr<Gdk::Pixbuf> pix, const std::string& emblem_str);
34
36
 
35
37
#endif // #ifndef __MGUI_IMG_FACTORY_H__
36
38