~ubuntu-branches/ubuntu/hardy/kdenlive/hardy

« back to all changes in this revision

Viewing changes to kdenlive/kresizecommand.h

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2008-01-30 17:07:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080130170751-lyc8p6xvd7o98ur5
Tags: 0.5.svn20071228-0.0ubuntu1
* Merge from debian-multimedia (LP: #150453). Remaining changes:
  - Bump compat to 5
  - Suggest dvgrab and ffmpeg (needed for firewire capture)
  - debian/{rules,control}: add a kdenlive-data package
  - Add .install files for kdenlive and kdenlive-data
  - debian/copyright: add some copyright information
  - Modify Maintainer value to match the DebianMaintainerField specification

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <kcommand.h>
22
22
 
23
23
#include "gentime.h"
 
24
#include "transitionstack.h"
24
25
 
25
26
/**This command handles the resizing of clips.
26
27
  *@author Jason Wood
59
60
        GenTime m_end_trackStart;
60
61
        GenTime m_end_cropStart;
61
62
        GenTime m_end_trackEnd;
 
63
        QValueList < QPoint > m_transitionStartPoints;
 
64
        QValueList < QPoint > m_transitionEndPoints;
62
65
  /** Pointer to the document */
63
66
        KdenliveDoc *m_doc;
64
67
    };