Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 252:915ac1d3c807 integration_library
Merge from the default branch
author | mathieub <mathieu.barthet@eecs.qmul.ac.uk> |
---|---|
date | Mon, 17 Oct 2011 15:25:15 +0100 |
parents | c469f8d8208e |
children | f3f9e3d647c1 |
comparison
equal
deleted
inserted
replaced
250:0136555495ae | 252:915ac1d3c807 |
---|---|
397 virtual QString getOpenFileName(FileFinder::FileType type); | 397 virtual QString getOpenFileName(FileFinder::FileType type); |
398 virtual QString getSaveFileName(FileFinder::FileType type); | 398 virtual QString getSaveFileName(FileFinder::FileType type); |
399 virtual void registerLastOpenedFilePath(FileFinder::FileType type, QString path); | 399 virtual void registerLastOpenedFilePath(FileFinder::FileType type, QString path); |
400 | 400 |
401 virtual QString getDefaultSessionTemplate() const; | 401 virtual QString getDefaultSessionTemplate() const; |
402 virtual void setDefaultSessionTemplate(QString); | |
402 | 403 |
403 virtual void createPlayTarget(); | 404 virtual void createPlayTarget(); |
404 virtual void openHelpUrl(QString url); | 405 virtual void openHelpUrl(QString url); |
405 | 406 |
406 virtual void setupMenus() = 0; | 407 virtual void setupMenus() = 0; |