Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 227:a6398a7400c1 templating
Break out openSessionTemplate into its own method, so as to ensure it doesn't do any of that stuff like setting the session save path or last loaded-from location
| author | Chris Cannam |
|---|---|
| date | Wed, 11 May 2011 13:49:21 +0100 |
| parents | 2c827ac7c8e7 |
| children | 976d43d3c67d |
comparison
equal
deleted
inserted
replaced
| 226:2c827ac7c8e7 | 227:a6398a7400c1 |
|---|---|
| 101 virtual FileOpenStatus openLayer(FileSource source); | 101 virtual FileOpenStatus openLayer(FileSource source); |
| 102 virtual FileOpenStatus openImage(FileSource source); | 102 virtual FileOpenStatus openImage(FileSource source); |
| 103 | 103 |
| 104 virtual FileOpenStatus openSessionFile(QString fileOrUrl); | 104 virtual FileOpenStatus openSessionFile(QString fileOrUrl); |
| 105 virtual FileOpenStatus openSession(FileSource source); | 105 virtual FileOpenStatus openSession(FileSource source); |
| 106 virtual FileOpenStatus openSessionTemplate(FileSource source); | |
| 106 | 107 |
| 107 virtual bool saveSessionFile(QString path); | 108 virtual bool saveSessionFile(QString path); |
| 108 virtual bool saveSessionTemplate(QString path); | 109 virtual bool saveSessionTemplate(QString path); |
| 109 | 110 |
| 110 /// Implementation of FrameTimer interface method | 111 /// Implementation of FrameTimer interface method |
