mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-06 16:50:12 +01:00
Define class SelectionState; move some TrackPanel functions into it
This commit is contained in:
committed by
Paul Licameli
parent
986f158efa
commit
a594207265
@@ -197,6 +197,7 @@
|
||||
<ClCompile Include="..\..\..\src\SampleFormat.cpp" />
|
||||
<ClCompile Include="..\..\..\src\Screenshot.cpp" />
|
||||
<ClCompile Include="..\..\..\src\SelectedRegion.cpp" />
|
||||
<ClCompile Include="..\..\..\src\SelectionState.cpp" />
|
||||
<ClCompile Include="..\..\..\src\Sequence.cpp" />
|
||||
<ClCompile Include="..\..\..\src\Shuttle.cpp" />
|
||||
<ClCompile Include="..\..\..\src\ShuttleGui.cpp" />
|
||||
@@ -457,6 +458,7 @@
|
||||
<ClInclude Include="..\..\..\src\RealFFTf48x.h" />
|
||||
<ClInclude Include="..\..\..\src\RevisionIdent.h" />
|
||||
<ClInclude Include="..\..\..\src\SelectedRegion.h" />
|
||||
<ClInclude Include="..\..\..\src\SelectionState.h" />
|
||||
<ClInclude Include="..\..\..\src\SseMathFuncs.h" />
|
||||
<ClInclude Include="..\..\..\src\toolbars\ScrubbingToolBar.h" />
|
||||
<ClInclude Include="..\..\..\src\toolbars\SpectralSelectionBar.h" />
|
||||
|
||||
@@ -905,6 +905,9 @@
|
||||
<ClCompile Include="..\..\..\src\blockfile\NotYetAvailableException.cpp">
|
||||
<Filter>src\blockfile</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\SelectionState.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\src\AboutDialog.h">
|
||||
@@ -1834,6 +1837,9 @@
|
||||
<ClInclude Include="..\..\..\src\blockfile\NotYetAvailableException.h">
|
||||
<Filter>src\blockfile</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\SelectionState.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="..\..\audacity.ico">
|
||||
|
||||
Reference in New Issue
Block a user