DocumentDelta.h

Go to the documentation of this file.
00001 
00005 /* Copyright © 2009 James Legg.
00006     This program is free software: you can redistribute it and/or modify
00007     it under the terms of the GNU General Public License as published by
00008     the Free Software Foundation, either version 3 of the License, or
00009     (at your option) any later version.
00010 */
00011 #ifndef DOCUMENT_DELTA_H_
00012 #define DOCUMENT_DELTA_H_
00013 
00014 namespace Track
00015 {
00016     class Track;
00017 }
00018 
00019 namespace Document
00020 {
00021 
00024 class DocumentDelta
00025 {
00026 public:
00027     DocumentDelta();
00028     virtual ~DocumentDelta();
00029     
00033     virtual void apply(Track::Track & track) = 0;
00034     
00041     virtual void unapply(Track::Track & track) = 0;
00042 };
00043 
00044 }
00045 
00046 #endif // DOCUMENT_DELTA_H_

Get Racer at SourceForge.net. Fast, secure and Free Open Source software downloads

Generated at Mon Sep 6 00:41:11 2010 by Doxygen version 1.4.7 for Racer version svn335.