~oluseyi-deactivatedaccount/pencil/trunk

« back to all changes in this revision

Viewing changes to src/interface/editor.h

  • Committer: volute
  • Date: 2007-10-16 02:39:34 UTC
  • Revision ID: svn-v4:f509e8e7-a431-0410-8952-ba4f3f4fc37f:trunk:40
1) A test is done before opening a file (doesn't crash any more if it is not a Pencil document)
2) Vector graphics files (.vec) can be imported at specific frames
3) main.cpp was restored after wrong modification in the last revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
        void saveLength(QString);
218
218
        
219
219
private:
220
 
        void openObject(QString);
 
220
        bool openObject(QString);
221
221
        bool saveObject(QString);
222
222
        
223
223
        ScribbleArea *scribbleArea;
230
230
        QString savedName;
231
231
        bool altpress;
232
232
        bool modified;
 
233
        int numberOfModifications;
233
234
        
234
235
        // backup
235
236
        int backupIndex;