Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 577:58354f2934ec 3.0-integration
Ensure a time ruler layer created from a template is identified as such, so that it gets added to subsequent panes as well
author | Chris Cannam |
---|---|
date | Wed, 04 Jan 2017 18:54:50 +0000 |
parents | be83e81d9156 |
children | 702272b78bbe |
comparison
equal
deleted
inserted
replaced
576:150cadf9c5fe | 577:58354f2934ec |
---|---|
464 virtual void registerLastOpenedFilePath(FileFinder::FileType type, QString path); | 464 virtual void registerLastOpenedFilePath(FileFinder::FileType type, QString path); |
465 | 465 |
466 virtual QString getDefaultSessionTemplate() const; | 466 virtual QString getDefaultSessionTemplate() const; |
467 virtual void setDefaultSessionTemplate(QString); | 467 virtual void setDefaultSessionTemplate(QString); |
468 | 468 |
469 virtual void findTimeRulerLayer(); | |
470 | |
469 virtual void createAudioIO(); | 471 virtual void createAudioIO(); |
470 virtual void deleteAudioIO(); | 472 virtual void deleteAudioIO(); |
471 | 473 |
472 virtual void openHelpUrl(QString url); | 474 virtual void openHelpUrl(QString url); |
473 virtual void openLocalFolder(QString path); | 475 virtual void openLocalFolder(QString path); |