]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Start porting timeline to QGraphicsView
[kdenlive] / src / kdenlivedoc.h
index 4788639cddef3a18d60edd1f3c6c910aa60d26ab..b0a2c0ff96796d718645e0ccd55e5eba4283649b 100644 (file)
@@ -1,20 +1,23 @@
 /***************************************************************************
-                         krender.h  -  description
-                            -------------------
-   begin                : Fri Nov 22 2002
-   copyright            : (C) 2002 by Jason Wood
-   email                : jasonwood@blueyonder.co.uk
-***************************************************************************/
-
-/***************************************************************************
+ *   Copyright (C) 2007 by Jean-Baptiste Mardelle (jb@kdenlive.org)        *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
  *   the Free Software Foundation; either version 2 of the License, or     *
  *   (at your option) any later version.                                   *
  *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
+
 #ifndef KDENLIVEDOC_H
 #define KDENLIVEDOC_H
 
@@ -34,7 +37,7 @@
 class KdenliveDoc:public QObject {
   Q_OBJECT public:
 
-    KdenliveDoc(KUrl url, double fps, int width, int height, QWidget *parent = 0);
+    KdenliveDoc(const KUrl &url, double fps, int width, int height, QWidget *parent = 0);
     ~KdenliveDoc();
     QString documentName();
     QDomNodeList producersList();
@@ -47,6 +50,7 @@ class KdenliveDoc:public QObject {
     QDomDocument toXml();
     void setRenderer(Render *render);
     KUndoStack *commandStack();
+    QString producerName(int id);
 
   private:
     KUrl m_url;