traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/commands CopyClip.h


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/commands CopyClip.h
Date: Tue, 04 Sep 2007 15:03:47 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       07/09/04 15:03:47

Removed files:
        src/commands   : CopyClip.h 

Log message:
        obsolete file 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/commands/CopyClip.h?cvsroot=traverso&r1=1.4&r2=0

Patches:
Index: CopyClip.h
===================================================================
RCS file: CopyClip.h
diff -N CopyClip.h
--- CopyClip.h  16 Jan 2007 20:21:08 -0000      1.4
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,57 +0,0 @@
-/*
-    Copyright (C) 2005-2006 Remon Sijrier 
- 
-    This file is part of Traverso
- 
-    Traverso 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 St, Fifth Floor, Boston, MA  02110-1301  USA.
- 
-    $Id: CopyClip.h,v 1.4 2007/01/16 20:21:08 r_sijrier Exp $
-*/
-
-#ifndef COPYCLIPACTION_H
-#define COPYCLIPACTION_H
-
-#include "Command.h"
-
-#include "defines.h"
-
-class Song;
-class AudioClip;
-class Track;
-
-class CopyClip : public Command
-{
-public :
-        CopyClip(Song* mySong, AudioClip* clip);
-        ~CopyClip();
-
-        int prepare_actions();
-        int begin_hold();
-        int finish_hold();
-        int do_action();
-        int undo_action();
-
-        int jog();
-
-private :
-        Song* m_song;
-        AudioClip* m_clip;
-        nframes_t newInsertBlock;
-        Track* targetTrack;
-        AudioClip* newCreatedClip;
-
-};
-
-#endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]