Added Export between loop markers as a checkbox, to the Export Project dialog

This commit is contained in:
Dave French
2014-12-22 20:55:09 +00:00
parent 8f12d483a7
commit 8529f6a0a4
4 changed files with 126 additions and 89 deletions

View File

@@ -172,6 +172,10 @@ public:
bool isExportDone() const;
inline void setRenderBetweenMarkers( bool renderBetweenMarkers )
{
m_renderBetweenMarkers = renderBetweenMarkers;
}
inline PlayModes playMode() const
{
@@ -334,6 +338,7 @@ private:
volatile bool m_recording;
volatile bool m_exporting;
volatile bool m_exportLoop;
volatile bool m_renderBetweenMarkers;
volatile bool m_playing;
volatile bool m_paused;