~ubuntu-branches/ubuntu/trusty/avogadro/trusty-proposed

« back to all changes in this revision

Viewing changes to libavogadro/src/extensions/trajvideomaker.h

  • Committer: Bazaar Package Importer
  • Author(s): Rohan Garg
  • Date: 2011-05-20 18:55:49 UTC
  • mfrom: (3.2.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110520185549-berzu8h9f9330xji
Tags: 1.0.3-1ubuntu1
* Merge from debian, remaining changes (LP: #787458, #784267)
  - Disable builds for ARM as build dependency on libOpenGL and 
    libQtOpenGL

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
namespace Avogadro {
28
28
 
 
29
class Animation;
 
30
 
29
31
  class TrajVideoMaker
30
32
  {
31
33
  public:
34
36
    //! Destructor
35
37
    virtual ~TrajVideoMaker();
36
38
 
37
 
    static void makeVideo(GLWidget *widget, QString workDirectory, QString videoFileName);
 
39
    static void makeVideo(GLWidget *widget, Animation *animation,
 
40
                          const QString& workDirectory,
 
41
                          const QString& videoFileName);
38
42
 
39
43
  private:
40
44
    static double getAspectRatio(GLWidget* widget);