Mercurial > hg > svapp
comparison framework/MainWindowBase.h @ 597:f03bc1d38cac
Make "Select All" select the whole span of everything that exists, not just the main model (toward SF bug #243 Copied Time Instant Layer does not include instant at end of track)
author | Chris Cannam |
---|---|
date | Thu, 19 Apr 2018 13:17:42 +0100 |
parents | b23bebfdfaba |
children | 6cdf2afebfd7 |
comparison
equal
deleted
inserted
replaced
596:c99892f0c5c3 | 597:f03bc1d38cac |
---|---|
394 | 394 |
395 WaveFileModel *getMainModel(); | 395 WaveFileModel *getMainModel(); |
396 const WaveFileModel *getMainModel() const; | 396 const WaveFileModel *getMainModel() const; |
397 void createDocument(); | 397 void createDocument(); |
398 | 398 |
399 sv_frame_t getModelsStartFrame() const; // earliest across all views | |
400 sv_frame_t getModelsEndFrame() const; // latest across all views | |
401 | |
399 Pane *addPaneToStack(); | 402 Pane *addPaneToStack(); |
400 Layer *getSnapLayer() const; | 403 Layer *getSnapLayer() const; |
401 | 404 |
402 typedef std::map<Layer *, QPointer<ModelDataTableDialog> > LayerDataDialogMap; | 405 typedef std::map<Layer *, QPointer<ModelDataTableDialog> > LayerDataDialogMap; |
403 typedef std::set<QPointer<ModelDataTableDialog> > DataDialogSet; | 406 typedef std::set<QPointer<ModelDataTableDialog> > DataDialogSet; |